diff options
author | Anton Tananaev <anton@traccar.org> | 2023-03-28 09:15:56 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-03-28 09:15:56 -0700 |
commit | cc1348ef335b672e9b96e59b22e1602b1ae13c84 (patch) | |
tree | 48e6d4afb7d5137ea4ade4b904d3ae665250b851 /modern/src/settings | |
parent | 802893e82aeaf7a8252daf2e9a2a441f3a8fbe33 (diff) | |
download | trackermap-web-cc1348ef335b672e9b96e59b22e1602b1ae13c84.tar.gz trackermap-web-cc1348ef335b672e9b96e59b22e1602b1ae13c84.tar.bz2 trackermap-web-cc1348ef335b672e9b96e59b22e1602b1ae13c84.zip |
Fix command label
Diffstat (limited to 'modern/src/settings')
-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`), }; |