Changing existent tab names
This commit is contained in:
parent
cf75d07807
commit
3908210b19
1 changed files with 3 additions and 3 deletions
|
|
@ -91,11 +91,11 @@ public class MultipleTabsPlannerController implements Composer {
|
|||
}
|
||||
}
|
||||
|
||||
private static final String ENTERPRISE_VIEW = _("Enterprise");
|
||||
private static final String ENTERPRISE_VIEW = _("Company Scheduling");
|
||||
|
||||
private static final String RESOURCE_LOAD_VIEW = _("Resource Load");
|
||||
private static final String RESOURCE_LOAD_VIEW = _("Overall Resources Load");
|
||||
|
||||
private static final String ORDERS_VIEW = _("Orders");
|
||||
private static final String ORDERS_VIEW = _("Orders List");
|
||||
|
||||
private TabsConfiguration tabsConfiguration;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue