mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 15:29:04 +00:00
webhooks delete formatMessage + api tokens cta wording
This commit is contained in:
parent
6343ce509c
commit
8fb8ebb31d
@ -111,7 +111,7 @@ const ApiTokenListView = () => {
|
|||||||
>
|
>
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
id: 'Settings.apiTokens.create',
|
id: 'Settings.apiTokens.create',
|
||||||
defaultMessage: 'Add Entry',
|
defaultMessage: 'Create new API Token',
|
||||||
})}
|
})}
|
||||||
</LinkButton>
|
</LinkButton>
|
||||||
) : (
|
) : (
|
||||||
|
@ -281,7 +281,10 @@ const ListView = () => {
|
|||||||
size="L"
|
size="L"
|
||||||
variant="danger-light"
|
variant="danger-light"
|
||||||
>
|
>
|
||||||
Delete
|
{formatMessage({
|
||||||
|
id: 'Settings.webhooks.events.delete',
|
||||||
|
defaultMessage: 'Delete',
|
||||||
|
})}
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
"Settings.apiTokens.copy.editMessage": "For security reasons, you can only see your token once.",
|
"Settings.apiTokens.copy.editMessage": "For security reasons, you can only see your token once.",
|
||||||
"Settings.apiTokens.copy.editTitle": "This token isn’t accessible anymore.",
|
"Settings.apiTokens.copy.editTitle": "This token isn’t accessible anymore.",
|
||||||
"Settings.apiTokens.copy.lastWarning": "Make sure to copy this token, you won’t be able to see it again!",
|
"Settings.apiTokens.copy.lastWarning": "Make sure to copy this token, you won’t be able to see it again!",
|
||||||
"Settings.apiTokens.create": "Add Entry",
|
"Settings.apiTokens.create": "Create new API Token",
|
||||||
"Settings.apiTokens.description": "List of generated tokens to consume the API",
|
"Settings.apiTokens.description": "List of generated tokens to consume the API",
|
||||||
"Settings.apiTokens.emptyStateLayout": "You don’t have any content yet...",
|
"Settings.apiTokens.emptyStateLayout": "You don’t have any content yet...",
|
||||||
"Settings.apiTokens.notification.copied": "Token copied to clipboard.",
|
"Settings.apiTokens.notification.copied": "Token copied to clipboard.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user