From beebf70cbcdab842ab224f6a5b9531a9d555a9b9 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Wed, 4 Aug 2021 17:22:55 -0600 Subject: [PATCH] update text for shared board (#880) --- webapp/i18n/en.json | 2 +- webapp/src/components/shareBoardComponent.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 30bc92e60..10390a0b0 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -85,7 +85,7 @@ "ShareBoard.regenerateToken": "Regenerate token", "ShareBoard.share": "Publish to web and share this board to anyone", "ShareBoard.tokenRegenrated": "Token regenerated", - "ShareBoard.unshare": "Anyone with the link can view this board", + "ShareBoard.unshare": "Anyone with the link can view this board and all cards in it", "Sidebar.about": "About Focalboard", "Sidebar.add-board": "+ Add Board", "Sidebar.add-template": "New template", diff --git a/webapp/src/components/shareBoardComponent.tsx b/webapp/src/components/shareBoardComponent.tsx index ed1725d8b..31f145ea8 100644 --- a/webapp/src/components/shareBoardComponent.tsx +++ b/webapp/src/components/shareBoardComponent.tsx @@ -100,7 +100,7 @@ const ShareBoardComponent = React.memo((props: Props): JSX.Element => { {isSharing && } {!isSharing &&