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