From 1a95a1d4ba9693d345b1b9ecc2f33db819f3452e Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 31 Jan 2020 10:47:58 +0000 Subject: [PATCH] Add title to complete security loading --- src/components/structures/auth/CompleteSecurity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`);