diff --git a/plugins/sub_organizations/views/sub_organizations_plugin_myprofile/index.html.erb b/plugins/sub_organizations/views/sub_organizations_plugin_myprofile/index.html.erb index 999c9db..f936236 100644 --- a/plugins/sub_organizations/views/sub_organizations_plugin_myprofile/index.html.erb +++ b/plugins/sub_organizations/views/sub_organizations_plugin_myprofile/index.html.erb @@ -15,6 +15,7 @@ <%= button :add, __('Register a new sub-enterprise'), :controller => 'enterprise_registration', :sub_organizations_plugin_parent_to_be => profile.id if environment.enabled?('enterprise_registration') %> <% end %> +

<%= _('Fill in the search field to find the groups that should be added as sub-group of this organization:') %>

<%= token_input_field_tag(:q, 'search-organization', {:action => 'search_organization'}, { :focus => true, :hint_text => _('Type in a search term for a group'), -- libgit2 0.21.2