diff --git a/src/components/ArticleFooter.vue b/src/components/ArticleFooter.vue
index 488ca3ae44c090159cdfd050df6593899dc72c43..cb5619d66420905c4b28fe3279cdf5aa1bc7ecad 100644
--- a/src/components/ArticleFooter.vue
+++ b/src/components/ArticleFooter.vue
@@ -21,13 +21,13 @@
           <div id = "citation" v-html="this.create_citation()"/>
 
           <v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="copy_citation"><br>
-            <v-icon x-small icon>content_copy</v-icon> Kopier
+            <v-icon x-small icon>content_copy</v-icon>  <span class = "button-text">Kopier</span>
           </v-btn>
                     <v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="close_citation_dialog"><br>
-            <v-icon x-small icon>get_app</v-icon> Last ned
+            <v-icon x-small icon>get_app</v-icon> <span class = "button-text">Last ned</span>
           </v-btn>
                     <v-btn depressed x-small class="toolbar-button" rounded tabindex="0" @click="close_citation_dialog"><br>
-            <v-icon x-small icon>close</v-icon> Avbryt
+            <v-icon x-small icon>close</v-icon> <span class = "button-text">Avbryt</span>
           </v-btn>
         </v-card>
       </v-dialog>