diff --git a/AUTHORS b/AUTHORS
index b58c1853c876f1f896465d4a2f7b6c84e0969a54..94963e463041eb8a839fb95be0cb9ac52029a38e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -86,5 +86,6 @@ Yarko Tymciurak <yarkot1@gmail.com>
 Miles Steele <miles@milessteele.com>
 Kevin Luo <kevluo@edx.org>
 Akshay Jagadeesh <akjags@gmail.com>
+Nick Parlante <nick.parlante@cs.stanford.edu>
 Marko Seric <marko.seric@math.uzh.ch>
 Felipe Montoya <felipe.montoya@edunext.co>
diff --git a/cms/templates/component.html b/cms/templates/component.html
index 2412cd74d40a52fda394acde4d6c82c341153218..a6deacb486ce1e0f2d1daa7041a74b6a39d58d88 100644
--- a/cms/templates/component.html
+++ b/cms/templates/component.html
@@ -11,6 +11,7 @@
 		<div class="component-edit-header">
   			<span class="component-name"></span>
   	  		<ul class="nav-edit-modes">
+				<span class="help-text" style="color: #ddd;font-size:small;">${_("%%USER_ID%% in text expands, e.g. 2A6B...")}</span>
   	  			<li id="editor-mode" class="mode active-mode" aria-controls="editor-tab" role="tab">
   	  				<a href="#">${_("Editor")}</a>
 	  			</li>