File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/pages/identity/administration/users/user Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const Page = () => {
111111 const getUserMessage = ( ) => {
112112 if ( ! becPollingCall . data ) return null ;
113113 if ( becPollingCall . data . NewUsers && becPollingCall . data . NewUsers . length > 0 ) {
114- return "Suspicious new users have been found in the last 14 days. Please review the list below and take action as needed." ;
114+ return "New users have been found in the last 14 days. Please review the list below and take action as needed." ;
115115 }
116116 return "No new users found." ;
117117 } ;
@@ -126,7 +126,7 @@ const Page = () => {
126126 if ( hasPotentialBreach ) {
127127 return "Potential Breach found." ;
128128 }
129- return "Suspicious new applications have been found. Please review the list below and take action as needed." ;
129+ return "New applications have been found. Please review the list below and take action as needed." ;
130130 }
131131 return "No new applications found." ;
132132 } ;
@@ -137,7 +137,7 @@ const Page = () => {
137137 becPollingCall . data . MailboxPermissionChanges &&
138138 becPollingCall . data . MailboxPermissionChanges . length > 0
139139 ) {
140- return "Suspicious mailbox permission changes have been found." ;
140+ return "Mailbox permission changes have been found." ;
141141 }
142142 return "No mailbox permission changes found." ;
143143 } ;
You can’t perform that action at this time.
0 commit comments