diff --git a/include/staff/templates/user-info.tmpl.php b/include/staff/templates/user-info.tmpl.php
index ddd40743e8494fc9ba1572359cbd6821cc89d1de..867fc84f65459c29da70c71effa76c9c1a7437c2 100644
--- a/include/staff/templates/user-info.tmpl.php
+++ b/include/staff/templates/user-info.tmpl.php
@@ -1,5 +1,7 @@
 <h3><?php echo $user->getFullName() ?></h3>
 <a class="close" href=""><i class="icon-remove-circle"></i></a>
+<br>
+<div><p id="msg_info"><i class="icon-info-sign"></i> Please note that updates will be reflected system-wide.</p></div>
 <hr/>
 <form method="post" action="ajax.php/form/user-info/<?php
         echo $user->get('id'); ?>" onsubmit="javascript:
diff --git a/scp/css/scp.css b/scp/css/scp.css
index 457c4def71f94d77026b48cd920547323c01da63..3a3be70fc71dacf1af2d4f5bfdd5c8d63124f1c3 100644
--- a/scp/css/scp.css
+++ b/scp/css/scp.css
@@ -43,6 +43,8 @@ a {
     color: #555;
 }
 
+#msg_info { margin: 0; padding: 5px; margin-bottom: 10px; color: #3a87ad; border: 1px solid #bce8f1;  background-color: #d9edf7; }
+
 #msg_notice { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; margin-bottom: 10px; border: 1px solid #0a0; background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0; }
 
 #msg_warning { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; margin-bottom: 10px; border: 1px solid #f26522; background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd; }