update text for shared board (#880)
This commit is contained in:
parent
515edb9dcf
commit
beebf70cbc
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue