mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 08:41:48 +01: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
@ -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…
x
Reference in New Issue
Block a user