Skip to content

Commit

Permalink
prompt user to provide a sync schedule (#553)
Browse files Browse the repository at this point in the history
* prompt user to provide a sync schedule after registration

* remove trailing whitespace
  • Loading branch information
adamsclafani authored Jun 22, 2021
1 parent 55c47f8 commit 7a9dda0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opwen_email_client/webapp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit 7a9dda0

Please sign in to comment.