You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Update copy for files
This commit is contained in:
@@ -41,7 +41,7 @@ export default function DesktopBuildsNotice({isRoomEncrypted, kind}: IProps) {
|
|||||||
logo = <img src={desktopBuilds.logo} />;
|
logo = <img src={desktopBuilds.logo} />;
|
||||||
switch (kind) {
|
switch (kind) {
|
||||||
case WarningKind.Files:
|
case WarningKind.Files:
|
||||||
text = _t("Use the <a>Desktop app</a> to see encrypted files", {}, {
|
text = _t("Use the <a>Desktop app</a> to see all encrypted files", {}, {
|
||||||
a: sub => (<a href={desktopBuilds.url} target="_blank" rel="noreferrer noopener">{sub}</a>),
|
a: sub => (<a href={desktopBuilds.url} target="_blank" rel="noreferrer noopener">{sub}</a>),
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
@@ -54,7 +54,7 @@ export default function DesktopBuildsNotice({isRoomEncrypted, kind}: IProps) {
|
|||||||
} else {
|
} else {
|
||||||
switch (kind) {
|
switch (kind) {
|
||||||
case WarningKind.Files:
|
case WarningKind.Files:
|
||||||
text = _t("This version of %(brand)s does not support viewing encrypted files", {brand});
|
text = _t("This version of %(brand)s does not support viewing some encrypted files", {brand});
|
||||||
break;
|
break;
|
||||||
case WarningKind.Search:
|
case WarningKind.Search:
|
||||||
text = _t("This version of %(brand)s does not support searching encrypted messages", {brand});
|
text = _t("This version of %(brand)s does not support searching encrypted messages", {brand});
|
||||||
|
|||||||
@@ -1487,9 +1487,9 @@
|
|||||||
"Maximize apps": "Maximize apps",
|
"Maximize apps": "Maximize apps",
|
||||||
"Popout widget": "Popout widget",
|
"Popout widget": "Popout widget",
|
||||||
"More options": "More options",
|
"More options": "More options",
|
||||||
"Use the <a>Desktop app</a> to see encrypted files": "Use the <a>Desktop app</a> to see encrypted files",
|
"Use the <a>Desktop app</a> to see all encrypted files": "Use the <a>Desktop app</a> to see all encrypted files",
|
||||||
"Use the <a>Desktop app</a> to search encrypted messages": "Use the <a>Desktop app</a> to search encrypted messages",
|
"Use the <a>Desktop app</a> to search encrypted messages": "Use the <a>Desktop app</a> to search encrypted messages",
|
||||||
"This version of %(brand)s does not support viewing encrypted files": "This version of %(brand)s does not support viewing encrypted files",
|
"This version of %(brand)s does not support viewing some encrypted files": "This version of %(brand)s does not support viewing some encrypted files",
|
||||||
"This version of %(brand)s does not support searching encrypted messages": "This version of %(brand)s does not support searching encrypted messages",
|
"This version of %(brand)s does not support searching encrypted messages": "This version of %(brand)s does not support searching encrypted messages",
|
||||||
"Join": "Join",
|
"Join": "Join",
|
||||||
"No results": "No results",
|
"No results": "No results",
|
||||||
|
|||||||
Reference in New Issue
Block a user