API access is now radio button instead of checkbox

This commit is contained in:
Johannes Zellner
2022-09-26 12:44:44 +02:00
parent 7e166e07dc
commit 463378e9a7
3 changed files with 19 additions and 11 deletions
+5 -2
View File
@@ -449,7 +449,9 @@
"revokeTokenTooltip": "Revoke Token",
"lastUsed": "Last Used",
"neverUsed": "never",
"scope": "Scope"
"scope": "Scope",
"readonly": "Readonly",
"readwrite": "Read and Write"
},
"loginTokens": {
"title": "Login Tokens",
@@ -490,7 +492,8 @@
"errorNameRequired": "A name is required",
"description": "New API token:",
"copyNow": "Please copy the API token now. It won't be shown again for security purposes.",
"generateToken": "Generate API Token"
"generateToken": "Generate API Token",
"access": "API Access"
},
"changePasswordAction": "Change Password",
"disable2FAAction": "Disable 2FA",