File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
opwen_email_client/webapp Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ class i8n(object):
46
46
'Use "*" for any value or "," to separate multiple values '
47
47
'or "-" to define a range of values or "/" for step values.' )
48
48
FAILED_REGISTRATION = _ ('Registration failed. Please try again.' )
49
- REGISTER_AFTER_LOGIN = _ ('You are now logged in. Register a Lokole client now by filling in the fields' )
49
+ REGISTER_AFTER_LOGIN = _ ('You are now logged in. Register a Lokole client now by filling in the fields.'
50
+ 'To complete the setup, please go to settings and provide a sync schedule.' )
50
51
UNEXPECTED_ERROR = _ ('Unexpected error. Please contact your administrator.' )
51
52
PAGE_DOES_NOT_EXIST = _ ('This page does not exist.' )
52
53
USER_DOES_NOT_EXIST = _ ('This user does not exist.' )
You can’t perform that action at this time.
0 commit comments