Improve dashboard explanation

stable
Xavier Julián 2016-01-12 09:59:49 +01:00 committed by Juanfran
parent 3d489efd07
commit 7544729b51
2 changed files with 10 additions and 3 deletions

View File

@ -349,10 +349,11 @@
"PAGE_TITLE": "Home - Taiga", "PAGE_TITLE": "Home - Taiga",
"PAGE_DESCRIPTION": "The Taiga home page with your main projects and all your assigned and watched user stories, tasks and issues", "PAGE_DESCRIPTION": "The Taiga home page with your main projects and all your assigned and watched user stories, tasks and issues",
"EMPTY_WORKING_ON": "<strong>It feels empty, doesn't it?</strong> Start working with Taiga and you'll see here the stories, tasks and issues you are workin on.", "EMPTY_WORKING_ON": "<strong>It feels empty, doesn't it?</strong> Start working with Taiga and you'll see here the stories, tasks and issues you are workin on.",
"EMPTY_WATCHING": "<strong>Follow</strong> User Stories, Tasks, Issues... that you want to know about :)", "EMPTY_WATCHING": "<strong>Follow</strong> User Stories, Tasks, Issues in your projects and be notified about its changes :)",
"EMPTY_PROJECT_LIST": "You don't have any projects yet", "EMPTY_PROJECT_LIST": "You don't have any projects yet",
"WORKING_ON_SECTION": "Working on", "WORKING_ON_SECTION": "Working on",
"WATCHING_SECTION": "Watching" "WATCHING_SECTION": "Watching",
"DASHBOARD": "Projects Dashboard"
}, },
"PROJECTS": { "PROJECTS": {
"PAGE_TITLE": "My projects - Taiga", "PAGE_TITLE": "My projects - Taiga",
@ -1382,7 +1383,7 @@
}, },
"STEP3": { "STEP3": {
"TITLE": "Watching", "TITLE": "Watching",
"TEXT1": "And right here you will find the ones that you want to know about.", "TEXT1": "And right here you will find the ones in your projects that you want to know about.",
"TEXT2": "You are already working with Taiga ;)" "TEXT2": "You are already working with Taiga ;)"
}, },
"STEP4": { "STEP4": {

View File

@ -1,4 +1,10 @@
section.working-on-container section.working-on-container
header
h1
span.green {{"HOME.DASHBOARD" | translate}}
.title-bar.working-on-title(translate="HOME.WORKING_ON_SECTION") .title-bar.working-on-title(translate="HOME.WORKING_ON_SECTION")
.working-on(ng-if="vm.assignedTo.size") .working-on(ng-if="vm.assignedTo.size")