This commit is contained in:
2019-07-19 19:41:58 +00:00
parent 177f08f49d
commit 7bbe2bd315
22 changed files with 191 additions and 192 deletions

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventbus.$emit("menu-change", {
isMain: true,
icon: "fa-user-tie",
title: this.$gzlocale.get("Administration")
title: window.$gz.locale.get("Administration")
});
}
};