diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index d67014b2a..ca93154db 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -151,6 +151,7 @@ "90d": "90 Days", "permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.", "titleRequired": "The title is required", + "expired": "This token has expired {ago}.", "delete": { "header": "Delete this token", "text1": "Are you sure you want to delete the token \"{token}\"?", diff --git a/src/views/user/settings/ApiTokens.vue b/src/views/user/settings/ApiTokens.vue index 12983286e..9b5d8bb7a 100644 --- a/src/views/user/settings/ApiTokens.vue +++ b/src/views/user/settings/ApiTokens.vue @@ -1,7 +1,7 @@