Fix placeholder for empty epics dashboard

stable
David Barragán Merino 2016-09-21 14:27:28 +02:00
parent be35cddd6b
commit d186463e5d
2 changed files with 3 additions and 3 deletions

View File

@ -414,8 +414,8 @@
"UNASSIGNED": "Unassigned" "UNASSIGNED": "Unassigned"
}, },
"EMPTY": { "EMPTY": {
"TITLE": "It looks like you have not created any epics yet", "TITLE": "It looks like there aren't any epics yet",
"EXPLANATION": "Create an epic to have a superior level of User Stories. Epics can contain or be composed by User Stories from this or any other project", "EXPLANATION": "Epics are items at a higher level that encompass user stories.<br />Epics are at the top of the hierarchy and can be used to group user stories together.",
"HELP": "Learn more about epics" "HELP": "Learn more about epics"
}, },
"TABLE": { "TABLE": {

View File

@ -27,7 +27,7 @@
p(translate="EPICS.EMPTY.EXPLANATION") p(translate="EPICS.EMPTY.EXPLANATION")
a( a(
translate="EPICS.EMPTY.HELP" translate="EPICS.EMPTY.HELP"
href="#TODO: Link to Epics section in taiga-support" href="https://tree.taiga.io/support/epics/what-is-an-epic/"
target="_blank" target="_blank"
ng-title="EPICS.EMPTY.HELP | translate" ng-title="EPICS.EMPTY.HELP | translate"
) )