Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: content - clarify limitations with reordering pages if branching is applied #4199

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions i18n/translations/en/form-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,9 @@
},
"toastSuccess": "Linear flow applied",
"multiRulesWarning": {
"text1": "The order and flow is set based on the rules applied.",
"text2": "Connecting pages:",
"text3": "To connect these pages, you must remove the rules applied to form elements."
"text1": "This page has branching applied.",
"text2": "Remove branching logic",
"text3": "To connect these pages, remove branches."
},
"choiceSelect": {
"selectOption": "Select an option",
Expand Down
6 changes: 3 additions & 3 deletions i18n/translations/fr/form-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,9 @@
},
"toastSuccess": "Enchaînement linéaire appliqué",
"multiRulesWarning": {
"text1": "L'ordre et le l'enchaînement de page sont définis en fonction des règles appliquées.",
"text2": "Relier les pages :",
"text3": "Pour relier ces pages, vous devez enlever les règles appliquées aux éléments du formulaire."
"text1": "Cette page a des embranchements appliqués.",
"text2": "Enlever la logique d'embranchement",
"text3": "Pour relier ces pages, vous devez supprimer les branches."
},
"choiceSelect": {
"selectOption": "Sélectionner une option",
Expand Down
Loading