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