diff --git a/opwen_email_client/webapp/config.py b/opwen_email_client/webapp/config.py index 3cbb36cd..005f4c8b 100644 --- a/opwen_email_client/webapp/config.py +++ b/opwen_email_client/webapp/config.py @@ -46,7 +46,8 @@ class i8n(object): 'Use "*" for any value or "," to separate multiple values ' 'or "-" to define a range of values or "/" for step values.') FAILED_REGISTRATION = _('Registration failed. Please try again.') - REGISTER_AFTER_LOGIN = _('You are now logged in. Register a Lokole client now by filling in the fields') + REGISTER_AFTER_LOGIN = _('You are now logged in. Register a Lokole client now by filling in the fields.' + 'To complete the setup, please go to settings and provide a sync schedule.') UNEXPECTED_ERROR = _('Unexpected error. Please contact your administrator.') PAGE_DOES_NOT_EXIST = _('This page does not exist.') USER_DOES_NOT_EXIST = _('This user does not exist.')