mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
changed enabled - disabled format message
This commit is contained in:
parent
e8c352eb8e
commit
6a609ccc0b
@ -319,9 +319,9 @@ function ListView() {
|
||||
<Td>
|
||||
<Row>
|
||||
<Switch
|
||||
onLabel={formatMessage({ id: 'Settings.webhooks.list.switch.on' })}
|
||||
onLabel={formatMessage({ id: 'Settings.webhooks.enabled' })}
|
||||
offLabel={formatMessage({
|
||||
id: 'Settings.webhooks.list.switch.off',
|
||||
id: 'Settings.webhooks.disabled',
|
||||
})}
|
||||
label={`${webhook.name} ${formatMessage({
|
||||
id: 'Settings.webhooks.list.th.status',
|
||||
|
||||
@ -174,8 +174,6 @@
|
||||
"Settings.webhooks.list.empty.title": "There are no webhooks yet",
|
||||
"Settings.webhooks.list.field.add": "Add another field to this collection type",
|
||||
"Settings.webhooks.list.select": "Select",
|
||||
"Settings.webhooks.list.switch.on": "Enabled",
|
||||
"Settings.webhooks.list.switch.off": "Not enabled",
|
||||
"Settings.webhooks.list.th.actions": "actions",
|
||||
"Settings.webhooks.list.th.status": "status",
|
||||
"Settings.webhooks.singular": "webhook",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user