mirror of
https://github.com/we-promise/sure.git
synced 2026-04-16 18:44:13 +00:00
* Add way to resend confirmation email. * Resend confirmation email if user sets it to the same as pending * I10n: No pending email change
19 lines
766 B
YAML
19 lines
766 B
YAML
---
|
||
en:
|
||
users:
|
||
destroy:
|
||
success: Your account has been deleted.
|
||
update:
|
||
email_change_failed: Failed to change email address.
|
||
email_change_initiated: Please check your new email address for confirmation
|
||
instructions.
|
||
success: Your profile has been updated.
|
||
resend_confirmation_email:
|
||
success: A new confirmation email is queued to be sent.
|
||
no_pending_change: No email change is currently pending!
|
||
reset:
|
||
success: Your account has been reset. Data will be deleted in the background in some time.
|
||
unauthorized: You are not authorized to perform this action
|
||
reset_with_sample_data:
|
||
success: Your account has been reset and sample data is being prepared. You’ll see demo data shortly.
|