From a0c21854a9f0cb412e3434ff65284ad617b32e66 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 1 Jun 2017 15:45:31 +0100 Subject: [PATCH] Make it compile --- src/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Login.js b/src/Login.js index 93985605f9..87731744e9 100644 --- a/src/Login.js +++ b/src/Login.js @@ -159,7 +159,7 @@ export default class Login { }, function(error) { if (error.httpStatus == 400 && loginParams.medium) { error.friendlyText = ( - _t('This Home Server does not support login using email address.'); + _t('This Home Server does not support login using email address.') ); } else if (error.httpStatus === 403) {