From 9a671387de0e6d1fe7b250f9763ebb4d65517507 Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Wed, 14 Oct 2020 14:53:43 -0700 Subject: [PATCH] translate missing strings --- src/components/Lists/List.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Lists/List.vue b/src/components/Lists/List.vue index f601139f..97fc2f5f 100644 --- a/src/components/Lists/List.vue +++ b/src/components/Lists/List.vue @@ -20,11 +20,11 @@
- {{ list.games.length }} games + {{ list.games.length }} {{ $t('global.games') }} - Sorted by {{ $t(`board.list.${list.settings.sortOrder}`) }} + {{ `${$t('board.list.sortedBy')} ${$t(`board.list.${list.settings.sortOrder}`)}` }}

@@ -56,7 +56,7 @@ class="mb-2" v-b-modal="`game-modal-${list.name}`" > - Click here or drag games here + {{ $t('board.list.emptyListButton') }}