This commit is contained in:
2020-03-06 20:08:50 +00:00
parent 7318a33350
commit 17bf519cb0
79 changed files with 331 additions and 309 deletions

View File

@@ -28,12 +28,12 @@ export default {
!window ||
!window.$gz ||
!window.$gz.eventBus ||
!window.$gz.locale ||
!window.$gz.translation ||
!window.$gz.store
) {
this.msg = '404 - NOT FOUND: "' + badPath + '"';
} else {
var notFoundLocalized = window.$gz.locale.get("ErrorAPI2010");
var notFoundLocalized = window.$gz.translation.get("ErrorAPI2010");
//format the message
this.msg = "404 - " + notFoundLocalized + ': "' + badPath + '"';
//log it in case we need to see it in tech support