summaryrefslogtreecommitdiffstats
path: root/client/components/users/userHeader.jade
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-09-01 14:38:07 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-09-01 14:38:07 +0200
commit9961de9c3086f357420e51f97014b59446edffa5 (patch)
tree55a0e5515b1e36ad4c8e327a7af1442a10f7e207 /client/components/users/userHeader.jade
parent0ce381aa0a64de9a2165843dfe6ee493940f8c26 (diff)
downloadwekan-9961de9c3086f357420e51f97014b59446edffa5.tar.gz
wekan-9961de9c3086f357420e51f97014b59446edffa5.tar.bz2
wekan-9961de9c3086f357420e51f97014b59446edffa5.zip
Update translation source file
Diffstat (limited to 'client/components/users/userHeader.jade')
-rw-r--r--client/components/users/userHeader.jade14
1 files changed, 7 insertions, 7 deletions
diff --git a/client/components/users/userHeader.jade b/client/components/users/userHeader.jade
index 4a447897..3fc25c8a 100644
--- a/client/components/users/userHeader.jade
+++ b/client/components/users/userHeader.jade
@@ -12,10 +12,10 @@ template(name="headerUserBar")
template(name="memberMenuPopup")
ul.pop-over-list
with currentUser
- li: a.js-edit-profile Edit Profile…
- li: a.js-change-avatar Change Avatar…
- li: a.js-change-password Change Password…
- li: a.js-change-language Change Language…
+ li: a.js-edit-profile {{_ 'edit-profile'}}
+ li: a.js-change-avatar {{_ 'edit-avatar'}}
+ li: a.js-change-password {{_ 'changePasswordPopup-title'}}
+ li: a.js-change-language {{_ 'changeLanguagePopup-title'}}
hr
ul.pop-over-list
li: a.js-logout {{_ 'log-out'}}
@@ -23,13 +23,13 @@ template(name="memberMenuPopup")
template(name="editProfilePopup")
form
label
- | {{_ "fullname"}}
+ | {{_ 'fullname'}}
input.js-profile-fullname(type="text" value=profile.fullname autofocus)
label
- | {{_ "username"}}
+ | {{_ 'username'}}
input.js-profile-username(type="text" value=username)
label
- | Initials
+ | {{_ 'initials'}}
input.js-profile-initials(type="text" value=profile.initials)
input.primary.wide(type="submit" value="{{_ 'save'}}")