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