1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Update copy for widgets not using message encryption

Misc design update
This commit is contained in:
Travis Ralston
2019-11-21 09:12:07 -07:00
parent 6597e0bd42
commit a55e5f7759
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ export default class AppPermission extends React.Component {
: _t("Using this widget may share data <helpIcon /> with %(widgetDomain)s.",
{widgetDomain: this.state.widgetDomain}, {helpIcon: () => warningTooltip});
const encryptionWarning = this.props.isRoomEncrypted ? _t("Widgets are not encrypted.") : null;
const encryptionWarning = this.props.isRoomEncrypted ? _t("Widgets do not use message encryption.") : null;
return (
<div className='mx_AppPermissionWarning'>