Lint
This commit is contained in:
parent
9ec00f8d9b
commit
3a0b8cb169
2 changed files with 2 additions and 3 deletions
|
@ -240,7 +240,6 @@ export default React.createClass({
|
||||||
|
|
||||||
_renderPhasePassPhrase: function() {
|
_renderPhasePassPhrase: function() {
|
||||||
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
|
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
|
||||||
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
|
|
||||||
|
|
||||||
let strengthMeter;
|
let strengthMeter;
|
||||||
let helpText;
|
let helpText;
|
||||||
|
|
|
@ -112,7 +112,7 @@ export default class KeyBackupPanel extends React.PureComponent {
|
||||||
title: _t('Delete Backup'),
|
title: _t('Delete Backup'),
|
||||||
description: _t(
|
description: _t(
|
||||||
"Are you sure? You will lose your encrypted messages if your " +
|
"Are you sure? You will lose your encrypted messages if your " +
|
||||||
"keys are not backed up properly."
|
"keys are not backed up properly.",
|
||||||
),
|
),
|
||||||
button: _t('Delete Backup'),
|
button: _t('Delete Backup'),
|
||||||
danger: true,
|
danger: true,
|
||||||
|
|
Loading…
Reference in a new issue