From d051a2e0b399e19dfa21bb8b499f2d748ace8fcc Mon Sep 17 00:00:00 2001 From: Alexandr Korsak Date: Mon, 18 Dec 2017 15:59:21 +0300 Subject: [PATCH] Remove extra space --- src/components/views/login/InteractiveAuthEntryComponents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/login/InteractiveAuthEntryComponents.js b/src/components/views/login/InteractiveAuthEntryComponents.js index ae2fb54c2d..e8997b4112 100644 --- a/src/components/views/login/InteractiveAuthEntryComponents.js +++ b/src/components/views/login/InteractiveAuthEntryComponents.js @@ -374,7 +374,7 @@ export const MsisdnAuthEntry = React.createClass({ return (

{ _t("A text message has been sent to %(msisdn)s", - { msisdn: { this._msisdn } }, + { msisdn: { this._msisdn } }, ) }

{ _t("Please enter the code it contains:") }