add missing profile setting locales

This commit is contained in:
pixeldesu 2015-06-08 16:05:20 +02:00
parent 488d582afa
commit 7c5f9b082a
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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"