diff --git a/src/scripts/components/Translation.vue b/src/scripts/components/Translation.vue index 34c1671..2351152 100644 --- a/src/scripts/components/Translation.vue +++ b/src/scripts/components/Translation.vue @@ -72,12 +72,12 @@ export default { - {{ t.string1 }} + {{ translation % 2 ? t.string1 : t.string2 }} - {{ t.string2 }} + {{ translation % 2 ? t.string2 : t.string1 }} -
+