Revision cf40ee90
b/snf-astakos-app/astakos/im/messages.py | ||
---|---|---|
221 | 221 |
AUTH_PROVIDER_SWITCHED = "{method_prompt} changed for this account." |
222 | 222 |
AUTH_PROVIDER_REMOVED = "{method_prompt} removed for this account." |
223 | 223 |
AUTH_PROVIDER_ADD_FAILED = "Failed to add {method_prompt}." |
224 |
AUTH_PROVIDER_ADD_EXISTS = "It seems that this account is already assigned to another user."
|
|
224 |
AUTH_PROVIDER_ADD_EXISTS = "It seems that this '{method_prompt}' is already in use by another account."
|
|
225 | 225 |
AUTH_PROVIDER_LOGIN_TO_ADD = "The new login method will be assigned once you login to your account." |
226 | 226 |
AUTH_PROVIDER_INVALID_LOGIN = "No account exists." |
227 | 227 |
AUTH_PROVIDER_REQUIRED = "{method_prompt} is required. Add one from your profile page." |
Also available in: Unified diff