diff --git a/components/app/Search.vue b/components/app/Search.vue index 4f57d3d38..5b21f6dd1 100644 --- a/components/app/Search.vue +++ b/components/app/Search.vue @@ -35,7 +35,7 @@ :key="`map-${mapIndex}`" >
- {{ map.section }} + {{ $t(map.section) }}
- {{ map.section }} + {{ $t(map.section) }}
@@ -36,7 +36,7 @@ disabled selected > - Select team + {{ $t("collection.select_team") }}