We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d1d27 commit ce66608Copy full SHA for ce66608
1 file changed
src/components/main/monument/monument.js
@@ -142,7 +142,7 @@ function controller(
142
{{self|cc-by-sa-4.0}}
143
${
144
vm.country
145
- ? `{{subst:WLM-is-running|${vm.country.code}|{{Wiki Loves Monuments 2020|${vm.country.code}}}}}`
+ ? `{{subst:WLM-is-running|${vm.country.code}|{{Wiki Loves Monuments 2021|${vm.country.code}}}}}`
146
: ""
147
}
148
@@ -174,7 +174,7 @@ ${getCategory()}
174
return `[[${vm.category.title}]]`;
175
176
if (vm.country.code === "ie") {
177
- return "[[Category:Images from Wiki Loves Monuments 2020 in Ireland – missing category]]";
+ return "[[Category:Images from Wiki Loves Monuments 2021 in Ireland – missing category]]";
178
179
if (vm.country.category) {
180
return `[[Category:${vm.country.category}]]`;
0 commit comments