1
0

feat(api tokens): show warning if token has expired

This commit is contained in:
kolaente
2023-09-01 13:32:00 +02:00
parent 49104c65b6
commit 830a3745ba
2 changed files with 8 additions and 2 deletions

View File

@ -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}\"?",