diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2022-01-31 22:57:36 -0800 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2022-01-31 22:57:36 -0800 |
commit | 4dcb17d6d39a944cf0f1186c77b463078485edb7 (patch) | |
tree | 3871a6ebc8cf2705ab22e0e12d796ce29d9a2c40 /web/l10n/en.json | |
parent | 32792149bbffbc74fbaae85bb3a40beaf30776ef (diff) | |
download | trackermap-web-4dcb17d6d39a944cf0f1186c77b463078485edb7.tar.gz trackermap-web-4dcb17d6d39a944cf0f1186c77b463078485edb7.tar.bz2 trackermap-web-4dcb17d6d39a944cf0f1186c77b463078485edb7.zip |
Add option to disable reports
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index dd310577..6f1cbc4c 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -106,7 +106,6 @@ "attributeMailSmtpAuth": "Mail: SMTP Auth Enable", "attributeMailSmtpUsername": "Mail: SMTP Username", "attributeMailSmtpPassword": "Mail: SMTP Password", - "attributeUiDisableReport": "UI: Disable Report", "attributeUiDisableEvents": "UI: Disable Events", "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", "attributeUiDisableDrivers": "UI: Disable Drivers", @@ -129,6 +128,7 @@ "userUserLimit": "User Limit", "userDeviceReadonly": "Device Readonly", "userLimitCommands": "Limit Commands", + "userDisableReports": "Disable Reports", "userToken": "Token", "loginTitle": "Login", "loginLanguage": "Language", |