diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-08-09 21:54:23 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 21:54:23 +1200 |
commit | c7888fcf5e92280ed4573ee0973872a59451ac52 (patch) | |
tree | afbc234fe4e6eb666178723414c380125d8b589a /web/l10n | |
parent | ac0d6b1bf5833536b28aabad25b628ea0322fb76 (diff) | |
parent | df4d20d9e31193d73d001795ee4de5d6270b4abb (diff) | |
download | trackermap-web-c7888fcf5e92280ed4573ee0973872a59451ac52.tar.gz trackermap-web-c7888fcf5e92280ed4573ee0973872a59451ac52.tar.bz2 trackermap-web-c7888fcf5e92280ed4573ee0973872a59451ac52.zip |
Merge pull request #539 from Abyss777/disable_report
Implement attribute to disable reports
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 ba34d066..6476b0d8 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -88,6 +88,7 @@ "attributeMailSmtpAuth": "Mail: SMTP Auth Enable", "attributeMailSmtpUsername": "Mail: SMTP Username", "attributeMailSmtpPassword": "Mail: SMTP Password", + "attributeUiDisableReport": "UI: Disable Report", "errorTitle": "Error", "errorGeneral": "Invalid parameters or constraints violation", "errorConnection": "Connection error", |