Skip to content

Commit

Permalink
Merge pull request #1496 from culturecreates/bugfix/issue-1458
Browse files Browse the repository at this point in the history
updated delete concept warning message closes #1458
  • Loading branch information
AbhishekPAnil authored Dec 10, 2024
2 parents 63d4517 + ad5f1d2 commit 16bbb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/en/translationEn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@
"editBtn": "Save",
"conceptName": "Name",
"placeHolder": "Enter {{language}} name",
"deleteConceptMessage": "Are you sure you want to permanently delete this concept? This action will also delete it everywhere it was used, including in events.",
"deleteConceptMessage": "Are you sure that you want to permanently delete this concept? This action will also delete subconcepts and everywhere the concepts are used, including in events.",
"deleteConceptHeading": "Delete concept",
"delete": "Delete"
}
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr/transalationFr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@
"conceptName": "Nom",
"placeHolder": "Indiquer un nom en {{language}}",
"deleteConceptHeading": "Supprimer le concept",
"deleteConceptMessage": "Êtes-vous sûr de vouloir supprimer définitivement ce concept ? Cette action le supprimera également partout où il a été utilisé, y compris dans les événements.",
"deleteConceptMessage": "Êtes-vous sûr de vouloir supprimer définitivement ce concept ? Cette action supprimera aussi ses sous-concepts et partout où ils ont été utilisé, y compris dans les événements.",
"delete": "Supprimer"
}
}
Expand Down

0 comments on commit 16bbb17

Please sign in to comment.