diff --git a/src/components/structures/auth/CompleteSecurity.js b/src/components/structures/auth/CompleteSecurity.js
index 66834deb2c..0b646b390f 100644
--- a/src/components/structures/auth/CompleteSecurity.js
+++ b/src/components/structures/auth/CompleteSecurity.js
@@ -220,7 +220,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}`);