File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/main/monument Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ]]` ;
You can’t perform that action at this time.
0 commit comments