Skip to content

Commit

Permalink
Dashboard is changed to Home for self services
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 8, 2015
1 parent c80bda4 commit 48d9e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -552,7 +552,7 @@ private int getSelectedTabForConfiguration(WebPage page) {

private void createSelfServiceMenu(SideBarMenuItem menu) {
MainMenuItem item = new MainMenuItem("fa fa-dashboard",
createStringResource("PageAdmin.menu.dashboard"), PageSelfDashboard.class);
createStringResource("PageAdmin.menu.selfDashboard"), PageSelfDashboard.class);
menu.getItems().add(item);
item = new MainMenuItem("fa fa-user",
createStringResource("PageAdmin.menu.profile"), PageSelfProfile.class);
Expand Down
Expand Up @@ -2718,6 +2718,7 @@ WorkItemsPanel.assigned=Assigned to
WorkItemsPanel.created=Created
WorkItemsPanel.name=Name
PageAdmin.menu.dashboard=Dashboard
PageAdmin.menu.selfDashboard=Home
PageAdmin.menu.selfService=SELF SERVICE
PageAdmin.menu.mainNavigation=ADMINISTRATION
PageAdmin.menu.profile=Profile
Expand All @@ -2736,7 +2737,7 @@ TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCoun
MyRequestsPanel.started = Started
MyRequestsPanel.waitingFor = Waiting for
MyRequestsPanel.name = Name
PageSelfDashboard.title=Dashboard
PageSelfDashboard.title=Home
PageSelfDashboard.workItems=My work items
PageSelfDashboard.myRequests=My requests
PageAdmin.menu.top.serverTasks.edit=Edit task
Expand Down

0 comments on commit 48d9e80

Please sign in to comment.