mirror of
https://github.com/strapi/strapi.git
synced 2025-09-16 20:10:05 +00:00
Merge pull request #16444 from strapi/feature/review-workflow-confirm-text
Settings: Update stage delete confirmation modal text
This commit is contained in:
commit
2090c74ca5
@ -222,7 +222,7 @@
|
||||
"Settings.review-workflows.page.title": "Review Workflows",
|
||||
"Settings.review-workflows.page.subtitle": "{count, plural, one {# stage} other {# stages}}",
|
||||
"Settings.review-workflows.page.isLoading": "Workflow is loading",
|
||||
"Settings.review-workflows.page.delete.confirm.body": "All entries assigned to deleted stages will be moved to the first stage. Are you sure you want to save this?",
|
||||
"Settings.review-workflows.page.delete.confirm.body": "All entries assigned to deleted stages will be moved to the previous stage. Are you sure you want to save?",
|
||||
"Settings.review-workflows.stage.name.label": "Stage name",
|
||||
"Settings.roles.create.description": "Define the rights given to the role",
|
||||
"Settings.roles.create.title": "Create a role",
|
||||
|
@ -185,7 +185,7 @@ export function ReviewWorkflowsPage() {
|
||||
bodyText={{
|
||||
id: 'Settings.review-workflows.page.delete.confirm.body',
|
||||
defaultMessage:
|
||||
'All entries assigned to deleted stages will be moved to the first stage. Are you sure you want to save this?',
|
||||
'All entries assigned to deleted stages will be moved to the previous stage. Are you sure you want to save?',
|
||||
}}
|
||||
isConfirmButtonLoading={isLoading}
|
||||
isOpen={isConfirmDeleteDialogOpen}
|
||||
|
Loading…
x
Reference in New Issue
Block a user