From f1828316f8775966a156f0e2d310a0a9e2ba794f Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Thu, 6 Jan 2022 16:30:01 +0100
Subject: [PATCH] capitalization

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

diff --git a/src/App.vue b/src/App.vue
index 07f51792..3331c96b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -10,7 +10,7 @@
               <v-list-item link v-on:click="choose_locale('eng')">
                 <v-list-item-content>
                   <v-list-item-title>English</v-list-item-title>
-                  <v-list-item-subtitle>Choose english as display language for buttons and menus</v-list-item-subtitle>
+                  <v-list-item-subtitle>Choose English as display language for buttons and menus</v-list-item-subtitle>
                 </v-list-item-content>
               </v-list-item>
               <v-list-item link v-on:click="choose_locale('nno')">
-- 
GitLab