fix translation of module names (#4057)

This commit is contained in:
Nitwel
2021-02-15 17:32:36 +01:00
committed by GitHub
parent b5d94a64af
commit e1b353b38b
7 changed files with 13 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ export default defineModule(({ i18n }) => {
return {
id: 'docs',
name: i18n.t('documentation'),
name: 'documentation',
icon: 'info',
routes,
order: 20,