From 54be3995e6686a771b260a68f17d690022780056 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Tue, 10 Dec 2019 15:21:35 +0200 Subject: [PATCH] Remove unneeded translations --- config/locales/api_users.en.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/locales/api_users.en.yml b/config/locales/api_users.en.yml index 757ded049..2d8538023 100644 --- a/config/locales/api_users.en.yml +++ b/config/locales/api_users.en.yml @@ -3,14 +3,3 @@ en: attributes: api_user: plain_text_password: Password - errors: - models: - api_user: - attributes: - username: - blank: 'Username is missing' - taken: 'Username already exists' - plain_text_password: - blank: 'Password is missing' - registrar: - blank: 'Registrar is missing' \ No newline at end of file