mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Fix translation
This commit is contained in:
parent
c7e426b8ed
commit
28393adfb1
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
en:
|
en:
|
||||||
activerecord:
|
activerecord:
|
||||||
|
attributes:
|
||||||
|
api_user:
|
||||||
|
plain_text_password: Password
|
||||||
errors:
|
errors:
|
||||||
models:
|
models:
|
||||||
api_user:
|
api_user:
|
||||||
|
@ -7,7 +10,7 @@ en:
|
||||||
username:
|
username:
|
||||||
blank: 'Username is missing'
|
blank: 'Username is missing'
|
||||||
taken: 'Username already exists'
|
taken: 'Username already exists'
|
||||||
password:
|
plain_text_password:
|
||||||
blank: 'Password is missing'
|
blank: 'Password is missing'
|
||||||
registrar:
|
registrar:
|
||||||
blank: 'Registrar is missing'
|
blank: 'Registrar is missing'
|
Loading…
Add table
Add a link
Reference in a new issue