Skip to content

Commit ec1abdc

Browse files
committed
Updated text and added link
Updated text and added link
1 parent babeeb0 commit ec1abdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/webapp/manage/view_profiles.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
<h3>Manage System Profiles</h3>
8888

89-
<p>Add / Delete profiles or select a profile below to assign systems to that profile.</p>
89+
<p>Add / Delete profiles or assign users and systems to that profile.</p>
9090

9191

9292
<s:if test="sortedSet.itemList!= null && !sortedSet.itemList.isEmpty()">

src/main/webapp/manage/view_users.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
<h3>Manage Users</h3>
102102

103-
<p>Add / Delete users or select a user below to assign profile</p>
103+
<p>Add / Delete users below so that system profiles may be set for users (<a href="viewProfiles.action">Manage Profiles</a>).</p>
104104

105105
<s:if test="sortedSet.itemList!= null && !sortedSet.itemList.isEmpty()">
106106
<div class="scrollWrapper">

0 commit comments

Comments
 (0)