diff --git a/src/components/common/PermissionMenuPage.vue b/src/components/common/PermissionMenuPage.vue index 8e1b115..314a4e5 100644 --- a/src/components/common/PermissionMenuPage.vue +++ b/src/components/common/PermissionMenuPage.vue @@ -37,7 +37,7 @@ - {{ translateLiteral(module.name) }} + {{ getDisplayName(module) }} @@ -60,9 +60,9 @@ size="24" :color="getModuleColor(moduleIndex)" > - {{ getMenuSymbol(entry.name, entryIndex) }} + {{ getMenuSymbol(getDisplayName(entry), entryIndex) }} - {{ translateLiteral(entry.name) }} + {{ getDisplayName(entry) }} @@ -77,10 +77,10 @@