From 6bc1e3c5ca948b42c39d3ff140c72d978de3c7a1 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Fri, 12 Feb 2016 13:51:30 -0800 Subject: Added license audit parsing to audit table --- web/static/i18n/en.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/static/i18n/en.json') 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", -- cgit v1.2.3-1-g7c22