mirror of https://github.com/vector-im/riot-web
Merge pull request #3651 from matrix-org/travis/widget-encryption-copy
Update copy for widgets not using message encryptionpull/21833/head
commit
9089744f07
|
@ -115,7 +115,7 @@ export default class AppPermission extends React.Component {
|
||||||
: _t("Using this widget may share data <helpIcon /> with %(widgetDomain)s.",
|
: _t("Using this widget may share data <helpIcon /> with %(widgetDomain)s.",
|
||||||
{widgetDomain: this.state.widgetDomain}, {helpIcon: () => warningTooltip});
|
{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 (
|
return (
|
||||||
<div className='mx_AppPermissionWarning'>
|
<div className='mx_AppPermissionWarning'>
|
||||||
|
|
|
@ -1187,7 +1187,7 @@
|
||||||
"Widget ID": "Widget ID",
|
"Widget ID": "Widget ID",
|
||||||
"Using this widget may share data <helpIcon /> with %(widgetDomain)s & your Integration Manager.": "Using this widget may share data <helpIcon /> with %(widgetDomain)s & your Integration Manager.",
|
"Using this widget may share data <helpIcon /> with %(widgetDomain)s & your Integration Manager.": "Using this widget may share data <helpIcon /> with %(widgetDomain)s & your Integration Manager.",
|
||||||
"Using this widget may share data <helpIcon /> with %(widgetDomain)s.": "Using this widget may share data <helpIcon /> with %(widgetDomain)s.",
|
"Using this widget may share data <helpIcon /> with %(widgetDomain)s.": "Using this widget may share data <helpIcon /> with %(widgetDomain)s.",
|
||||||
"Widgets are not encrypted.": "Widgets are not encrypted.",
|
"Widgets do not use message encryption.": "Widgets do not use message encryption.",
|
||||||
"Widget added by": "Widget added by",
|
"Widget added by": "Widget added by",
|
||||||
"This widget may use cookies.": "This widget may use cookies.",
|
"This widget may use cookies.": "This widget may use cookies.",
|
||||||
"Delete Widget": "Delete Widget",
|
"Delete Widget": "Delete Widget",
|
||||||
|
|
Loading…
Reference in New Issue