From 28393adfb12950991903155e1e1f23750ba906f6 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sun, 15 Jul 2018 00:36:04 +0300 Subject: [PATCH] Fix translation --- config/locales/api_users.en.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/locales/api_users.en.yml b/config/locales/api_users.en.yml index 724306e4a..757ded049 100644 --- a/config/locales/api_users.en.yml +++ b/config/locales/api_users.en.yml @@ -1,5 +1,8 @@ en: activerecord: + attributes: + api_user: + plain_text_password: Password errors: models: api_user: @@ -7,7 +10,7 @@ en: username: blank: 'Username is missing' taken: 'Username already exists' - password: + plain_text_password: blank: 'Password is missing' registrar: blank: 'Registrar is missing' \ No newline at end of file