diff --git a/app/locales/locale-en.json b/app/locales/locale-en.json index af4e1029..ee840f23 100644 --- a/app/locales/locale-en.json +++ b/app/locales/locale-en.json @@ -543,6 +543,11 @@ "PROJECTS_TAB": "Projects Tab", "CONTACTS_TAB": "Contacts Tab", "FAVORITES_TAB": "Favorites Tab" + }, + "PROFILE_SIDEBAR": { + "TITLE": "Your profile", + "DESCRIPTION": "Lots of people could see what do you do and what are you working on. Add tags so you will give an enhanced version of your information.", + "ADD_INFO": "Add info" } }, "PROJECT": { diff --git a/app/modules/profile/includes/profile-sidebar.jade b/app/modules/profile/includes/profile-sidebar.jade index d21cc246..02ff3509 100644 --- a/app/modules/profile/includes/profile-sidebar.jade +++ b/app/modules/profile/includes/profile-sidebar.jade @@ -1,8 +1,8 @@ aside.profile-sidebar - h4 Your profile - p Lots of people could see what do you do and what are you working on. Add tags so you will give an enhanced version of your information. + h4(translate="USER.PROFILE_SIDEBAR.TITLE") + p(translate="USER.PROFILE_SIDEBAR.DESCRIPTION") a.trans-button - span Add info + span(translate="USER.PROFILE_SIDEBAR.ADD_INFO") h4 span.icon.icon-help @@ -11,4 +11,3 @@ aside.profile-sidebar p Did you know you can archive user Stories? p Archived User Stories help you organize better your columns and remove old cards. a(href="", title="visit our archived user stories support page") If you want to know how to use it visit our archived user stories support page -