Skip to content

Commit 912017e

Browse files
authored
Merge pull request #26 from bodhisattwawiki/patch-5
update 2021 and for Ireland
2 parents c9d1d27 + ce66608 commit 912017e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/main/monument/monument.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function controller(
142142
{{self|cc-by-sa-4.0}}
143143
${
144144
vm.country
145-
? `{{subst:WLM-is-running|${vm.country.code}|{{Wiki Loves Monuments 2020|${vm.country.code}}}}}`
145+
? `{{subst:WLM-is-running|${vm.country.code}|{{Wiki Loves Monuments 2021|${vm.country.code}}}}}`
146146
: ""
147147
}
148148
@@ -174,7 +174,7 @@ ${getCategory()}
174174
return `[[${vm.category.title}]]`;
175175
}
176176
if (vm.country.code === "ie") {
177-
return "[[Category:Images from Wiki Loves Monuments 2020 in Ireland – missing category]]";
177+
return "[[Category:Images from Wiki Loves Monuments 2021 in Ireland – missing category]]";
178178
}
179179
if (vm.country.category) {
180180
return `[[Category:${vm.country.category}]]`;

0 commit comments

Comments
 (0)