Revision 47c2fb43 snf-astakos-app/astakos/im/messages.py

b/snf-astakos-app/astakos/im/messages.py
91 91

  
92 92
# Field validation fields
93 93
REQUIRED_FIELD                          =   'This field is required.'
94
EMAIL_USED                              =   'The email address you provided is already in use. Please provide a different email address.'
94
EMAIL_USED                              =   'There is already an account with this email address.'
95 95
SHIBBOLETH_EMAIL_USED                   =   'This email is already associated with another shibboleth account.'
96 96
SHIBBOLETH_INACTIVE_ACC                 =   'This email is already associated with an account that is not yet activated. \
97 97
                                               If that is your account, you need to activate it before being able to \
......
212 212
AUTH_PROVIDER_CANNOT_CHANGE_PASSWORD         =   "Changing password is not supported."
213 213
AUTH_PROVIDER_SIGNUP_FROM_LOGIN              =   None
214 214

  
215
EXISTING_EMAIL_THIRD_PARTY_NOTIFICATION      =   "You can add '%s' login method to your existing account from your " \
215
EXISTING_EMAIL_THIRD_PARTY_NOTIFICATION      =   "You can add the '%s' login method to your existing account from your " \
216 216
                                                 " <a href='%s'>profile page</a>"
217 217

  
218 218
messages = locals().keys()

Also available in: Unified diff