diff options
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml index 68cbed624..214aba7dd 100644 --- a/app/views/admin_public_body/_form.rhtml +++ b/app/views/admin_public_body/_form.rhtml @@ -6,7 +6,7 @@ <p><label for="public_body_short_name">Short name (also used to make URL, leave blank for same as name. Don't worry about breaking URLs through renaming, as the history is used to redirect)</label><br/> <%= text_field 'public_body', 'short_name', :size => 60 %></p> <p><label for="public_body_tag_string">Tags</label><br/> -<%= text_field 'public_body', 'tag_string', :size => 40 %></p> +<%= text_field 'public_body', 'tag_string', :size => 80 %></p> <p><label for="public_body_request_email">Request email</label><br/> |