mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Merge pull request #4011 from matrix-org/jryans/comp-sec-title
Add title to complete security loading
This commit is contained in:
commit
636b3696ed
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ export default class CompleteSecurity extends React.Component {
|
|||
} else if (phase === PHASE_BUSY) {
|
||||
const Spinner = sdk.getComponent('views.elements.Spinner');
|
||||
icon = <span className="mx_CompleteSecurity_headerIcon mx_E2EIcon_warning"></span>;
|
||||
title = '';
|
||||
title = _t("Complete security");
|
||||
body = <Spinner />;
|
||||
} else {
|
||||
throw new Error(`Unknown phase ${phase}`);
|
||||
|
|
Loading…
Reference in a new issue