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') }}