summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-02-17 10:17:22 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-02-17 10:17:22 -0500
commitdef523b611809f6cda7ad716420f228bb86c924c (patch)
treec2bb179889babfbaf87f8bd0cec451f3c3108117 /web/static/i18n/en.json
parent6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6 (diff)
parent6bc1e3c5ca948b42c39d3ff140c72d978de3c7a1 (diff)
downloadchat-def523b611809f6cda7ad716420f228bb86c924c.tar.gz
chat-def523b611809f6cda7ad716420f228bb86c924c.tar.bz2
chat-def523b611809f6cda7ad716420f228bb86c924c.zip
Merge pull request #2176 from rgarmsen2295/plt-1870
PLT-1870 Added license audit parsing to the audit table
Diffstat (limited to 'web/static/i18n/en.json')
-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",