From 7544729b514f1e7c98a4d60ee67ada47ffabd27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 12 Jan 2016 09:59:49 +0100 Subject: [PATCH] Improve dashboard explanation --- app/locales/taiga/locale-en.json | 7 ++++--- app/modules/home/working-on/working-on.jade | 6 ++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index 9bc7d330..100b55e3 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -349,10 +349,11 @@ "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", "EMPTY_WORKING_ON": "It feels empty, doesn't it? Start working with Taiga and you'll see here the stories, tasks and issues you are workin on.", - "EMPTY_WATCHING": "Follow User Stories, Tasks, Issues... that you want to know about :)", + "EMPTY_WATCHING": "Follow User Stories, Tasks, Issues in your projects and be notified about its changes :)", "EMPTY_PROJECT_LIST": "You don't have any projects yet", "WORKING_ON_SECTION": "Working on", - "WATCHING_SECTION": "Watching" + "WATCHING_SECTION": "Watching", + "DASHBOARD": "Projects Dashboard" }, "PROJECTS": { "PAGE_TITLE": "My projects - Taiga", @@ -1382,7 +1383,7 @@ }, "STEP3": { "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 ;)" }, "STEP4": { diff --git a/app/modules/home/working-on/working-on.jade b/app/modules/home/working-on/working-on.jade index 13acd194..62e3d755 100644 --- a/app/modules/home/working-on/working-on.jade +++ b/app/modules/home/working-on/working-on.jade @@ -1,4 +1,10 @@ section.working-on-container + + header + h1 + span.green {{"HOME.DASHBOARD" | translate}} + + .title-bar.working-on-title(translate="HOME.WORKING_ON_SECTION") .working-on(ng-if="vm.assignedTo.size")