We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babeeb0 commit ec1abdcCopy full SHA for ec1abdc
2 files changed
src/main/webapp/manage/view_profiles.jsp
@@ -86,7 +86,7 @@
86
87
<h3>Manage System Profiles</h3>
88
89
- <p>Add / Delete profiles or select a profile below to assign systems to that profile.</p>
+ <p>Add / Delete profiles or assign users and systems to that profile.</p>
90
91
92
<s:if test="sortedSet.itemList!= null && !sortedSet.itemList.isEmpty()">
src/main/webapp/manage/view_users.jsp
@@ -100,7 +100,7 @@
100
101
<h3>Manage Users</h3>
102
103
- <p>Add / Delete users or select a user below to assign profile</p>
+ <p>Add / Delete users below so that system profiles may be set for users (<a href="viewProfiles.action">Manage Profiles</a>).</p>
104
105
106
<div class="scrollWrapper">
0 commit comments