Skip to content

Commit 7a9dda0

Browse files
authored
prompt user to provide a sync schedule (#553)
* prompt user to provide a sync schedule after registration * remove trailing whitespace
1 parent 55c47f8 commit 7a9dda0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opwen_email_client/webapp/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.')

0 commit comments

Comments
 (0)