diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-11-01 16:56:44 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 16:56:44 +1300 |
commit | b36bb685ff31b06c7f50e660aebd3a69db5de5d7 (patch) | |
tree | d9c80566060b7f61cd6acc683dac8efd7f3109e8 /web/l10n | |
parent | 2fd7c0f03ec9a4a3734a0aba38d56f59fddc6e48 (diff) | |
parent | 48631f90b2e4718bf7c2ab8312424647b63f4925 (diff) | |
download | trackermap-web-b36bb685ff31b06c7f50e660aebd3a69db5de5d7.tar.gz trackermap-web-b36bb685ff31b06c7f50e660aebd3a69db5de5d7.tar.bz2 trackermap-web-b36bb685ff31b06c7f50e660aebd3a69db5de5d7.zip |
Merge pull request #615 from Abyss777/disable_events
Add attribute to hide Events panel
Diffstat (limited to 'web/l10n')
-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 29a0da57..0744a7de 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -95,6 +95,7 @@ "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", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", |