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")