Fix spaces in translations

This commit is contained in:
Mark Kaylor 2023-01-31 17:51:44 +01:00
parent ab87379d48
commit 0b4f2572ba
2 changed files with 9 additions and 9 deletions

View File

@ -186,11 +186,11 @@
"Settings.permissions.auditLogs.details": "Log Details",
"Settings.permissions.auditLogs.payload": "Payload",
"Settings.permissions.auditLogs.listview.header.subtitle": "Logs of all the activities that happened in your environment",
"Settings.permissions.auditLogs.entry.create": "Create entry {model, select, undefined {} other {({model})}}",
"Settings.permissions.auditLogs.entry.update": "Update entry {model, select, undefined {} other {({model})}}",
"Settings.permissions.auditLogs.entry.delete": "Delete entry {model, select, undefined {} other {({model})}}",
"Settings.permissions.auditLogs.entry.create": "Create entry{model, select, undefined {} other { ({model})}}",
"Settings.permissions.auditLogs.entry.update": "Update entry{model, select, undefined {} other { ({model})}}",
"Settings.permissions.auditLogs.entry.delete": "Delete entry{model, select, undefined {} other { ({model})}}",
"Settings.permissions.auditLogs.entry.publish": "Publish entry {model, select, undefined {} other {({model})}}",
"Settings.permissions.auditLogs.entry.unpublish": "Unpublish entry {model, select, undefined {} other {({model})}}",
"Settings.permissions.auditLogs.entry.unpublish": "Unpublish entry{model, select, undefined {} other { ({model})}}",
"Settings.permissions.auditLogs.media.create": "Create media",
"Settings.permissions.auditLogs.media.update": "Update media",
"Settings.permissions.auditLogs.media.delete": "Delete media",

View File

@ -1,9 +1,9 @@
export const actionTypes = {
'entry.create': 'Create entry {model, select, undefined {} other {({model})}}',
'entry.update': 'Update entry {model, select, undefined {} other {({model})}}',
'entry.delete': 'Delete entry {model, select, undefined {} other {({model})}}',
'entry.publish': 'Publish entry {model, select, undefined {} other {({model})}}',
'entry.unpublish': 'Unpublish entry {model, select, undefined {} other {({model})}}',
'entry.create': 'Create entry{model, select, undefined {} other { ({model})}}',
'entry.update': 'Update entry{model, select, undefined {} other { ({model})}}',
'entry.delete': 'Delete entry{model, select, undefined {} other { ({model})}}',
'entry.publish': 'Publish entry{model, select, undefined {} other { ({model})}}',
'entry.unpublish': 'Unpublish entry{model, select, undefined {} other { ({model})}}',
'media.create': 'Create media',
'media.update': 'Update media',
'media.delete': 'Delete media',