X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fviews%2FVariants.vue;h=8e28e50024aeee273ee1441621be9fbadf804c79;hb=a57faf48c575029ecbba41de0f87bfe11d8c4e4b;hp=4374fd049ac9e1d12a885d5ab3ea11c950836007;hpb=eaa5ad3e93b761fefb16b32071be0b439761f843;p=vchess.git diff --git a/client/src/views/Variants.vue b/client/src/views/Variants.vue index 4374fd04..8e28e500 100644 --- a/client/src/views/Variants.vue +++ b/client/src/views/Variants.vue @@ -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] }}