diff --git a/src/components/structures/auth/CompleteSecurity.js b/src/components/structures/auth/CompleteSecurity.js index e7071bee0c..2126590736 100644 --- a/src/components/structures/auth/CompleteSecurity.js +++ b/src/components/structures/auth/CompleteSecurity.js @@ -223,7 +223,7 @@ export default class CompleteSecurity extends React.Component { } else if (phase === PHASE_BUSY) { const Spinner = sdk.getComponent('views.elements.Spinner'); icon = ; - title = ''; + title = _t("Complete security"); body = ; } else { throw new Error(`Unknown phase ${phase}`);