diff options
-rw-r--r-- | app/views/admin_user/_form.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_user/_form.rhtml b/app/views/admin_user/_form.rhtml index f56a23ea3..f1db332f7 100644 --- a/app/views/admin_user/_form.rhtml +++ b/app/views/admin_user/_form.rhtml @@ -2,7 +2,7 @@ <!--[form:admin_user]--> -<p><label for="admin_user_name">Name</label> (will change URL name and break URLs; unlike authorities, there is no history)<br/> +<p><label for="admin_user_name">Name</label> (will change URL name and break URLs; unlike authorities, there is no history; you will need to rebuild the search index afterwards)<br/> <%= text_field 'admin_user', 'name', :size => 60 %></p> <p><label for="admin_user_email">Email</label> (<strong>you must</strong> first validate this)<br/> |