1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Add title to complete security loading

This commit is contained in:
J. Ryan Stinnett
2020-01-31 10:47:58 +00:00
parent 19ab395c18
commit 1a95a1d4ba

View File

@@ -220,7 +220,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}`);