From 7a9dda080a16b2231bc19b283eeeb30a7ca1cbfc Mon Sep 17 00:00:00 2001 From: Adam Sclafani <37944482+adamsclafani@users.noreply.github.com> Date: Tue, 22 Jun 2021 09:52:28 -1000 Subject: [PATCH] prompt user to provide a sync schedule (#553) * prompt user to provide a sync schedule after registration * remove trailing whitespace --- opwen_email_client/webapp/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.')