1
0

fix(api tokens): show error message when the user tries to create an api token without at least one permission selected

This commit is contained in:
kolaente
2024-07-17 14:42:19 +02:00
parent 891db0216b
commit 7c54d1accf
2 changed files with 24 additions and 8 deletions

View File

@ -163,6 +163,7 @@
"90d": "90 Days",
"permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.",
"titleRequired": "The title is required",
"permissionRequired": "Please select at least one permission from the list.",
"expired": "This token has expired {ago}.",
"tokenCreatedSuccess": "Here is your new api token: {token}",
"tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!",