Merge pull request #16444 from strapi/feature/review-workflow-confirm-text

Settings: Update stage delete confirmation modal text
This commit is contained in:
Gustav Hansen 2023-04-19 17:08:25 +02:00 committed by GitHub
commit 2090c74ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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}