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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue