You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Lint
This commit is contained in:
@@ -111,8 +111,8 @@ export default class KeyBackupPanel extends React.PureComponent {
|
||||
Modal.createTrackedDialog('Delete Backup', '', QuestionDialog, {
|
||||
title: _t('Delete Backup'),
|
||||
description: _t(
|
||||
"Are you sure? You will lose your encrypted messages if your " +
|
||||
"keys are not backed up properly."
|
||||
"Are you sure? You will lose your encrypted messages if your " +
|
||||
"keys are not backed up properly.",
|
||||
),
|
||||
button: _t('Delete Backup'),
|
||||
danger: true,
|
||||
|
||||
Reference in New Issue
Block a user