update text for shared board (#880)

This commit is contained in:
Scott Bishel 2021-08-04 17:22:55 -06:00 committed by GitHub
parent 515edb9dcf
commit beebf70cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -100,7 +100,7 @@ const ShareBoardComponent = React.memo((props: Props): JSX.Element => {
{isSharing &&
<FormattedMessage
id='ShareBoard.unshare'
defaultMessage='Anyone with the link can view this board'
defaultMessage='Anyone with the link can view this board and all cards in it'
/>}
{!isSharing &&
<FormattedMessage