diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-03 13:11:46 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-03 13:11:46 -0700 |
commit | 078c6acbd1af5936fab29431dc27e03aaed34a7b (patch) | |
tree | 12d6fe2393132f498547c08753f53f3f2d0c121a /web/l10n/en.json | |
parent | 5aed7b5c541f8eb4de1ec47fa07be3f777eaf32c (diff) | |
download | trackermap-web-078c6acbd1af5936fab29431dc27e03aaed34a7b.tar.gz trackermap-web-078c6acbd1af5936fab29431dc27e03aaed34a7b.tar.bz2 trackermap-web-078c6acbd1af5936fab29431dc27e03aaed34a7b.zip |
Option to hide groups (fix #693)
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 64f56017..4da2fdf1 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -114,6 +114,7 @@ "attributeMailSmtpAuth": "Mail: SMTP Auth Enable", "attributeMailSmtpUsername": "Mail: SMTP Username", "attributeMailSmtpPassword": "Mail: SMTP Password", + "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", "attributeUiDisableDrivers": "UI: Disable Drivers", |