feat: expose read-only access token in profile settings
This commit is contained in:
@@ -91,10 +91,16 @@
|
||||
"NOTE": "This token can be used if you are building an API based integration",
|
||||
"COPY": "Copy",
|
||||
"RESET": "Reset",
|
||||
"GENERATE": "Generate",
|
||||
"CONFIRM_RESET": "Are you sure?",
|
||||
"CONFIRM_HINT": "Click again to confirm",
|
||||
"RESET_SUCCESS": "Access token regenerated successfully",
|
||||
"RESET_ERROR": "Unable to regenerate access token. Please try again"
|
||||
"RESET_ERROR": "Unable to regenerate access token. Please try again",
|
||||
"READ_ONLY_TITLE": "Read-only Access Token",
|
||||
"READ_ONLY_NOTE": "Use this token for integrations that only need to read data. It cannot create, update, or delete anything.",
|
||||
"READ_ONLY_GENERATE_SUCCESS": "Read-only access token generated successfully",
|
||||
"READ_ONLY_RESET_SUCCESS": "Read-only access token regenerated successfully",
|
||||
"READ_ONLY_RESET_ERROR": "Unable to regenerate read-only access token. Please try again"
|
||||
},
|
||||
"AUDIO_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Audio Alerts",
|
||||
|
||||
Reference in New Issue
Block a user