diff options
Diffstat (limited to 'modern/src')
-rw-r--r-- | modern/src/settings/GroupsPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/GroupsPage.js b/modern/src/settings/GroupsPage.js index 9a909d07..e570c4bf 100644 --- a/modern/src/settings/GroupsPage.js +++ b/modern/src/settings/GroupsPage.js @@ -51,7 +51,7 @@ const GroupsPage = () => { const actionCommand = { key: 'command', - title: t('loginLogin'), + title: t('deviceCommand'), icon: <PublishIcon fontSize="small" />, handler: (groupId) => navigate(`/settings/group/${groupId}/command`), }; |