mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
fix translation of module names (#4057)
This commit is contained in:
@@ -19,7 +19,7 @@ export default defineModule(({ i18n }) => {
|
||||
|
||||
return {
|
||||
id: 'docs',
|
||||
name: i18n.t('documentation'),
|
||||
name: 'documentation',
|
||||
icon: 'info',
|
||||
routes,
|
||||
order: 20,
|
||||
|
||||
Reference in New Issue
Block a user