This commit is contained in:
2020-04-04 18:31:08 +00:00
parent 43de3c8fb0
commit 374a033c3b
59 changed files with 88 additions and 93 deletions

View File

@@ -33,7 +33,7 @@ export default {
) {
this.msg = '404 - NOT FOUND: "' + badPath + '"';
} else {
let notFoundTranslated = window.$gz.translation.get("ErrorAPI2010");
let notFoundTranslated = this.$ay.t("ErrorAPI2010");
//format the message
this.msg = "404 - " + notFoundTranslated + ': "' + badPath + '"';
//log it in case we need to see it in tech support