diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index ca3483eb4..12ba3d480 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -83,7 +83,7 @@ "DashboardPage.title": "Dashboard", "DeleteBoardDialog.confirm-cancel": "Cancel", "DeleteBoardDialog.confirm-delete": "Delete", - "DeleteBoardDialog.confirm-info": "Are you sure you want to delete the board “{boardTitle}”? Deleting it will delete the property from all cards in this board.", + "DeleteBoardDialog.confirm-info": "Are you sure you want to delete the board “{boardTitle}”? Deleting it will delete all cards in the board.", "DeleteBoardDialog.confirm-tite": "Confirm Delete Board", "Dialog.closeDialog": "Close dialog", "EditableDayPicker.today": "Today", diff --git a/webapp/src/components/sidebar/deleteBoardDialog.tsx b/webapp/src/components/sidebar/deleteBoardDialog.tsx index a076741e6..d365e1685 100644 --- a/webapp/src/components/sidebar/deleteBoardDialog.tsx +++ b/webapp/src/components/sidebar/deleteBoardDialog.tsx @@ -37,7 +37,7 @@ export default function DeleteBoardDialog(props: Props): JSX.Element {