From cb2587a6c695e8b6e0beaf918d8981ac36e79026 Mon Sep 17 00:00:00 2001 From: farhatahmad <35435341+farhatahmad@users.noreply.github.com> Date: Mon, 8 Jul 2019 09:07:24 -0400 Subject: [PATCH] Added the missing model attribute strings (#604) --- config/locales/en.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 6ef81da9..f0eb5539 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -21,6 +21,14 @@ en: attributes: user: accepted_terms: "Terms and Conditions" + email: Email + name: Name + password: Password + password_confirmation: Password Confirmation + errors: + models: + user: + confirmation: doesn't match Password administrator: site_settings: authentication: @@ -68,6 +76,8 @@ en: edit: title: Edit User Details settings: + approve: Approve + decline: Decline ban: Ban User delete: Delete demote: Demote to User