This commit is contained in:
2019-07-19 19:41:58 +00:00
parent 177f08f49d
commit 7bbe2bd315
22 changed files with 191 additions and 192 deletions

View File

@@ -5,7 +5,7 @@
<div class="text-xs-center">
<v-icon color="red" size="100">fa-dragon</v-icon>
<div class="headline">
{{ "404 - " + this.$gzlocale.get("ErrorAPI2010") }}
{{ "404 - " + window.$gz.locale.get("ErrorAPI2010") }}
</div>
</div>
</v-flex>
@@ -19,7 +19,7 @@ export default {
window.$gz.eventbus.$emit("menu-change", {
isMain: true,
icon: "fa-dragon",
title: "404 - " + this.$gzlocale.get("ErrorAPI2010")
title: "404 - " + window.$gz.locale.get("ErrorAPI2010")
});
}
};