Skip to content

Commit

Permalink
SAK-46612 [User] Preferences use correct property for service name (s…
Browse files Browse the repository at this point in the history
…akaiproject#10052)

Change getServiceName to use the standard sakai property ui.service
to get the local service name to display in the Preferences tool.
  • Loading branch information
davidpbauer authored Nov 30, 2021
1 parent a62d4ca commit ff00fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ public void setHiddenSites(String hiddenSiteCSV) {
* @return The name of the service that should be shown to users.
*/
public String getServiceName() {
return ServerConfigurationService.getString("ui.name", "Sakai");
return ServerConfigurationService.getString("ui.service", "Sakai");
}

}

0 comments on commit ff00fbd

Please sign in to comment.