You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/20 15:22:26 UTC

[isis] branch master updated: ISIS-2562: polish VM title

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b98652  ISIS-2562: polish VM title
8b98652 is described below

commit 8b9865299d4613f606ec7a15a14d82a30fbf00ff
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 20 17:21:55 2021 +0200

    ISIS-2562: polish VM title
---
 .../isis/extensions/secman/model/dom/user/ApplicationUserManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/ApplicationUserManager.java b/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/ApplicationUserManager.java
index b613f3b..b2fdeb9 100644
--- a/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/ApplicationUserManager.java
+++ b/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/ApplicationUserManager.java
@@ -30,7 +30,7 @@ public class ApplicationUserManager {
 //    @Inject private ApplicationUserRepository<? extends ApplicationUser> applicationUserRepository;
 
     public String title() {
-        return "ApplicationUserManager"; 
+        return "Application User Manager"; 
     }
 
 //XXX provided via mixins, that is one specific to JPA the other specific to JDO