1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

fix comma bug

This commit is contained in:
diminator 2015-07-03 10:45:37 +02:00
parent b760d23813
commit ecef14b4df

View File

@ -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
};