Skip to content

Commit 649da92

Browse files
committed
Add test template again for alpha release
1 parent 1506993 commit 649da92

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
@@ -62,7 +62,7 @@ public String createFrom(final Contribution contribution, final String countryCo
6262
}
6363

6464
if (contribution.getWikidataPlace()!=null && contribution.getWikidataPlace().isMonumentUpload()) {
65-
buffer.append("{{Wiki Loves Monuments 2021|1= ")
65+
buffer.append("{{Test-Wiki Loves Monuments 2021|1= ")
6666
.append(countryCode)
6767
.append("}}").append("\n");
6868
}

0 commit comments

Comments
 (0)