X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FVariants.vue;h=f60e5f1d982862790c6aa34e46a86e884b51d664;hp=4374fd049ac9e1d12a885d5ab3ea11c950836007;hb=eb2d61de8d569470fa329a484efe9bab420b2b82;hpb=eaa5ad3e93b761fefb16b32071be0b439761f843 diff --git a/client/src/views/Variants.vue b/client/src/views/Variants.vue index 4374fd04..f60e5f1d 100644 --- a/client/src/views/Variants.vue +++ b/client/src/views/Variants.vue @@ -10,8 +10,8 @@ main a(href="https://www.chessvariants.com/why.html") | {{ st.tr["Why play chess variants?"] }} p - a(href="/#/variants/Chess") Chess - | {{ st.tr["chess_v"] }} + a(href="/#/variants/Chess960") Chess960 + | {{ st.tr["chess960_v"] }} div(v-for="g of sortedGroups") h3 {{ st.tr["vt" + g] }} p {{ st.tr["vg" + g] }} @@ -19,7 +19,7 @@ main li(v-for="v of variantGroup.get(g)") a(:href="getLink(v)") {{ v.display }} |  –  - | {{ v.description }} + | {{ st.tr[v.description] }}