Files
sure/config/locales/models/user/en.yml
Josh Brown 19ee773d9b Add ability to delete Maybe account (#698)
* Build out user deactivation and purging workflows

* Add i18n translations for user deletion

* Add tests for user deletion

* Fix lint issue
2024-04-30 11:40:31 -04:00

17 lines
438 B
YAML

---
en:
activerecord:
attributes:
user:
email: Email
family: Family
family_id: Family
first_name: First Name
last_name: Last Name
password: Password
password_confirmation: Password Confirmation
errors:
user:
cannot_deactivate_admin_with_other_users: Admin cannot delete account while
other users are present. Please delete all members first.