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:
@@ -5,7 +5,7 @@ import ActivityItem from './routes/item.vue';
|
||||
export default defineModule(({ i18n }) => ({
|
||||
id: 'activity',
|
||||
hidden: true,
|
||||
name: i18n.t('activity'),
|
||||
name: 'activity',
|
||||
icon: 'notifications',
|
||||
routes: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user