forked from External/greenlight
Added the missing model attribute strings (#604)
This commit is contained in:
parent
0fc85636f1
commit
cb2587a6c6
|
@ -21,6 +21,14 @@ en:
|
||||||
attributes:
|
attributes:
|
||||||
user:
|
user:
|
||||||
accepted_terms: "Terms and Conditions"
|
accepted_terms: "Terms and Conditions"
|
||||||
|
email: Email
|
||||||
|
name: Name
|
||||||
|
password: Password
|
||||||
|
password_confirmation: Password Confirmation
|
||||||
|
errors:
|
||||||
|
models:
|
||||||
|
user:
|
||||||
|
confirmation: doesn't match Password
|
||||||
administrator:
|
administrator:
|
||||||
site_settings:
|
site_settings:
|
||||||
authentication:
|
authentication:
|
||||||
|
@ -68,6 +76,8 @@ en:
|
||||||
edit:
|
edit:
|
||||||
title: Edit User Details
|
title: Edit User Details
|
||||||
settings:
|
settings:
|
||||||
|
approve: Approve
|
||||||
|
decline: Decline
|
||||||
ban: Ban User
|
ban: Ban User
|
||||||
delete: Delete
|
delete: Delete
|
||||||
demote: Demote to User
|
demote: Demote to User
|
||||||
|
|
Loading…
Reference in New Issue