changed enabled - disabled format message

This commit is contained in:
ronronscelestes 2021-08-18 11:49:29 +02:00
parent e8c352eb8e
commit 6a609ccc0b
2 changed files with 2 additions and 4 deletions

View File

@ -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',

View File

@ -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",