diff options
author | francis <francis> | 2008-10-28 10:00:17 +0000 |
---|---|---|
committer | francis <francis> | 2008-10-28 10:00:17 +0000 |
commit | b443f713639d062165b9cadb8f75a372daf6a376 (patch) | |
tree | 1ada5369649ee8e8103b435faa04d1d0f629bc22 | |
parent | 1ba60f3a41502c69427149f91dd26c4c27cdd0d9 (diff) |
Note on search index and renaming someone.
-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/> |