diff --git a/src/App.vue b/src/App.vue
index 868d3a9eb8cb5f76c24b9c69d3c6e9e9ee9eb03e..c40aacfef586584af4aded3a22c9b68d5bd3c63c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -28,7 +28,7 @@ import TopBar from './components/TopBar.vue'
   export default {
     mounted: function(){
       this._i18n.locale = this.$store.state.currentLocale
-      document.title = 'Ordbøkene - ' + this.version_label
+      document.title = 'Ordbøkene - ' + process.env.VUE_APP_VERSION_LABEL
     },
     components: {
       TopBar