From ecef14b4df033c1c7007766c373cc1caf203d167 Mon Sep 17 00:00:00 2001 From: diminator Date: Fri, 3 Jul 2015 10:45:37 +0200 Subject: [PATCH] fix comma bug --- js/components/login_container.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/login_container.js b/js/components/login_container.js index d35bb26a..34df6b02 100644 --- a/js/components/login_container.js +++ b/js/components/login_container.js @@ -30,7 +30,7 @@ let LoginContainer = React.createClass({ getDefaultProps() { return { - message: getLangText('Log in to') + ' ascribe ...' + message: getLangText('Log in to') + ' ascribe ...', redirectOnLoggedIn: true, redirectOnLoginSuccess: true };