add missing profile setting locales
This commit is contained in:
parent
488d582afa
commit
7c5f9b082a
|
@ -13,7 +13,7 @@
|
|||
.pull-left
|
||||
%img.img-rounded.profile--img{src: current_user.profile_picture.url(:medium)}
|
||||
.media-body
|
||||
= f.file_field :profile_picture
|
||||
= f.file_field :profile_picture, label: t('views.settings.profile.avatar')
|
||||
|
||||
.row#profile-picture-crop-controls{style: 'display: none;'}
|
||||
.col-sm-10.col-md-8
|
||||
|
@ -30,7 +30,7 @@
|
|||
.pull-left
|
||||
%img.img-rounded.header--img{src: current_user.profile_header.url(:mobile)}
|
||||
.media-body
|
||||
= f.file_field :profile_header
|
||||
= f.file_field :profile_header, label: t('views.settings.profile.header')
|
||||
|
||||
.row#profile-header-crop-controls{style: 'display: none;'}
|
||||
.col-sm-10.col-md-8
|
||||
|
|
|
@ -396,7 +396,9 @@ en:
|
|||
back: "Back"
|
||||
profile:
|
||||
displayname: "Your name"
|
||||
avatar: "Profile picture"
|
||||
avatar_adjust: "Adjust your new avatar"
|
||||
header: "Profile header"
|
||||
header_adjust: "Adjust your new header"
|
||||
motivation: "Motivation header"
|
||||
website: "Website"
|
||||
|
|
Loading…
Reference in New Issue