Skip to content

Commit 8ecb29a

Browse files
committed
Use test WLM template for closed testing
1 parent e666e76 commit 8ecb29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/upload/PageContentsCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public String createFrom(final Contribution contribution, final String countryCo
5656
buffer.append("}}").append("\n");
5757

5858
if (contribution.getWikidataPlace()!=null && contribution.getWikidataPlace().isMonumentUpload()) {
59-
buffer.append("{{Wiki Loves Monuments 2021|1= ")
59+
buffer.append("{{Test-Wiki Loves Monuments 2021|1= ")
6060
.append(countryCode)
6161
.append("}}").append("\n");
6262
}

0 commit comments

Comments
 (0)