Update copy for widgets not using message encryption
Misc design update
This commit is contained in:
parent
6597e0bd42
commit
a55e5f7759
2 changed files with 2 additions and 2 deletions
|
@ -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'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue