You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Fix lint warning in create key backup
This commit is contained in:
@@ -344,7 +344,10 @@ export default React.createClass({
|
|||||||
_renderPhaseShowKey: function() {
|
_renderPhaseShowKey: function() {
|
||||||
let bodyText;
|
let bodyText;
|
||||||
if (this.state.setPassPhrase) {
|
if (this.state.setPassPhrase) {
|
||||||
bodyText = _t("As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.");
|
bodyText = _t(
|
||||||
|
"As a safety net, you can use it to restore your encrypted message " +
|
||||||
|
"history if you forget your Recovery Passphrase.",
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
bodyText = _t("As a safety net, you can use it to restore your encrypted message history.");
|
bodyText = _t("As a safety net, you can use it to restore your encrypted message history.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user