This commit is contained in:
@@ -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")
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user