Renamed 'Projects' with 'Projects List' in breadcrumbs menu
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
a8fa0e06f6
commit
a25367df36
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ public class OrdersTabCreator {
|
|||
breadcrumbs.appendChild(new Image(BREADCRUMBS_SEPARATOR));
|
||||
breadcrumbs.appendChild(new Label(getSchedulingLabel()));
|
||||
breadcrumbs.appendChild(new Image(BREADCRUMBS_SEPARATOR));
|
||||
breadcrumbs.appendChild(new Label(_("Projects")));
|
||||
breadcrumbs.appendChild(new Label(_("Projects List")));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue