1
0

fix(api tokens): show a token after it was created

This commit is contained in:
kolaente
2023-09-06 09:59:19 +02:00
parent a8a6ec5ab0
commit b9e17ea870
2 changed files with 10 additions and 0 deletions

View File

@ -157,6 +157,8 @@
"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}.",
"tokenCreatedSuccess": "Here is your new api token: {token}",
"tokenCreatedNotSeeAgain": "Store it in a secure location, you won't see it again!",
"delete": {
"header": "Delete this token",
"text1": "Are you sure you want to delete the token \"{token}\"?",