Skip to content

Commit 5c502c9

Browse files
fix copy forcing ruwiki
1 parent 9a3f35f commit 5c502c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/modules/ante/ui/pages/TranslatedPageTemplatePage.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ function initTranslatedPageTemplatePage() {
131131
}
132132
}
133133
if ( this.translatedPageTemplate.version != null ) {
134-
attributionString += ` as of revision [[:ru:Special:Diff/${
134+
attributionString += ` as of revision [[:${
135+
this.translatedPageTemplate.lang
136+
}:Special:Diff/${
135137
this.translatedPageTemplate.version
136138
}|${
137139
this.translatedPageTemplate.version

0 commit comments

Comments
 (0)