summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
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 d980885a3..ec5ef599c 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",