diff --git a/src/meshcore_hub/web/static/js/spa/pages/admin/index.js b/src/meshcore_hub/web/static/js/spa/pages/admin/index.js index 1ce81c4..9196572 100644 --- a/src/meshcore_hub/web/static/js/spa/pages/admin/index.js +++ b/src/meshcore_hub/web/static/js/spa/pages/admin/index.js @@ -53,7 +53,7 @@ export async function render(container, params, router) {

${iconUsers('h-6 w-6')} - ${t('admin.members_title')} + ${t('entities.members')}

${t('admin.members_description')}

@@ -62,9 +62,9 @@ export async function render(container, params, router) {

${iconTag('h-6 w-6')} - ${t('admin.node_tags_title')} + ${t('entities.tags')}

-

${t('admin.node_tags_description')}

+

${t('admin.tags_description')}

`, container); diff --git a/src/meshcore_hub/web/static/locales/en.json b/src/meshcore_hub/web/static/locales/en.json index 0febcf1..0483b4d 100644 --- a/src/meshcore_hub/web/static/locales/en.json +++ b/src/meshcore_hub/web/static/locales/en.json @@ -174,7 +174,7 @@ "auth_required_description": "You must sign in to access the admin interface.", "welcome": "Welcome to the admin panel.", "members_description": "Manage network members and operators.", - "node_tags_description": "Manage custom tags and metadata for network nodes." + "tags_description": "Manage custom tags and metadata for network nodes." }, "admin_members": { "network_members": "Network Members ({{count}})",