summaryrefslogtreecommitdiffstats
path: root/web/static/i18n
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2016-02-12 13:51:30 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2016-02-16 09:16:40 -0800
commit6bc1e3c5ca948b42c39d3ff140c72d978de3c7a1 (patch)
treec2bb179889babfbaf87f8bd0cec451f3c3108117 /web/static/i18n
parent6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6 (diff)
downloadchat-6bc1e3c5ca948b42c39d3ff140c72d978de3c7a1.tar.gz
chat-6bc1e3c5ca948b42c39d3ff140c72d978de3c7a1.tar.bz2
chat-6bc1e3c5ca948b42c39d3ff140c72d978de3c7a1.zip
Added license audit parsing to audit table
Diffstat (limited to 'web/static/i18n')
-rw-r--r--web/static/i18n/en.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 984f16f29..b086b56e5 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -485,6 +485,11 @@
"audit_table.revokedAll": "Revoked all current sessions for the team",
"audit_table.loginAttempt": " (Login attempt)",
"audit_table.loginFailure": " (Login failure)",
+ "audit_table.attemptedLicenseAdd": "Attempted to add new license",
+ "audit_table.successfullLicenseAdd": "Successfully added new license",
+ "audit_table.failedExpiredLicenseAdd": "Failed to add a new license as it has either expired or not yet been started",
+ "audit_table.failedInvalidLicenseAdd": "Failed to add an invalid license",
+ "audit_table.licenseRemoved": "Successfully removed a license",
"audit_table.userId": "User ID",
"audit_table.ip": "IP Address",
"audit_table.session": "Session ID",