diff --git a/src/components/About.vue b/src/components/About.vue
index 34c767f7d7da75b8a32c83906b52bc006f13ee4f..87065d3fc648d95ea7f41db0f7033b4fe257df5f 100644
--- a/src/components/About.vue
+++ b/src/components/About.vue
@@ -6,15 +6,13 @@
           </template>
           <v-radio value="nb" color="primary">
             <template v-slot:label>
-              <span>
-                {{$vuetify.breakpoint.xs ? 'bm' :  'bokmål (bm)'}}
+              <span>bokmål
               </span>
             </template>
           </v-radio>
           <v-radio value="nn" color="primary">
             <template v-slot:label>
-              <span>
-                {{$vuetify.breakpoint.xs ? 'nn' :  'nynorsk (nn)'}}
+              <span>nynorsk
               </span>
             </template>
           </v-radio>