We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf1393 commit 1e86d0aCopy full SHA for 1e86d0a
app/src/main/java/fr/free/nrw/commons/modifications/ModifierSequence.java
@@ -45,7 +45,7 @@ String getEditSummary() {
45
for (PageModifier modifier: modifiers) {
46
editSummary.append(modifier.getEditSumary()).append(" ");
47
}
48
- editSummary.append("Via Commons Mobile App");
+ editSummary.append("Using [[COM:MOA|Commons Mobile App]]");
49
return editSummary.toString();
50
51
0 commit comments