Add title to complete security loading

pull/21833/head
J. Ryan Stinnett 2020-01-31 10:47:58 +00:00
parent 19ab395c18
commit 1a95a1d4ba
1 changed files with 1 additions and 1 deletions

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}`);