From 76cba7c02b30a47ef2f017ac8bcfadd9eb09a726 Mon Sep 17 00:00:00 2001 From: Yusuke Nemoto Date: Wed, 10 Nov 2021 06:26:42 +0900 Subject: [PATCH] Fix message (#1768) * Update deleteBoardDialog.tsx * i18n: update en.json Co-authored-by: Mattermod --- webapp/i18n/en.json | 2 +- webapp/src/components/sidebar/deleteBoardDialog.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {