From 5c5d9f044e3aafb69971392aac2a2e08012820ee Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Mon, 29 Nov 2021 12:40:19 +0100
Subject: [PATCH] typo

---
 src/components/TopBar.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue
index 80aa541f..c8bf42ad 100644
--- a/src/components/TopBar.vue
+++ b/src/components/TopBar.vue
@@ -8,7 +8,7 @@
       <v-divider vertical/>
       <v-menu :close-on-content-click="false" v-model="settingsMenu">
           <template v-slot:activator= "{ on, attrs }">
-              <v-btn v-bind="attrs" v-on="on" text width="210"><v-icon left>settings</v-icon>Instillinger<v-icon right>expand_more</v-icon></v-btn>
+              <v-btn v-bind="attrs" v-on="on" text width="210"><v-icon left>settings</v-icon>{{$t("settings.title")}}<v-icon right>expand_more</v-icon></v-btn>
           </template>
           <v-card>
               <v-card-text>
-- 
GitLab