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):
4646 'Use "*" for any value or "," to separate multiple values '
4747 'or "-" to define a range of values or "/" for step values.' )
4848 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.' )
5051 UNEXPECTED_ERROR = _ ('Unexpected error. Please contact your administrator.' )
5152 PAGE_DOES_NOT_EXIST = _ ('This page does not exist.' )
5253 USER_DOES_NOT_EXIST = _ ('This user does not exist.' )
You can’t perform that action at this time.
0 commit comments