API access is now radio button instead of checkbox
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user