Localize user management heading

This commit is contained in:
Bjarne Fyrstenborg
2017-09-22 23:12:33 +02:00
parent ae1702c62a
commit 439c460220
4 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
//note on the below, we dont assign a view unless it's the right route since if we did that it will load in that controller
//for the view which is unecessary and will cause extra overhead/requests to occur
vm.page = {};
vm.page.name = "User Management";
vm.page.name = localizationService.localize("user_userManagement");
vm.page.navigation = [
{
"name": localizationService.localize("sections_users"),