add profile sidebar translations
parent
96ddc17a1f
commit
71784ff1cf
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue