Files
sure/config/locales/views/users/en.yml
Dylan Corrales 2064d7e374 Confirmation Emails: Add way to resend (#287)
* Add way to resend confirmation email.

* Resend confirmation email if user sets it to the same as pending

* I10n: No pending email change
2025-11-04 23:11:26 +01:00

19 lines
766 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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. Youll see demo data shortly.