Commit b5d67b0a2da5ef502e46e3ec064610fd26f91e45
1 parent
3d54bea3
Exists in
master
and in
29 other branches
Changing text from suborganization plugin
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/sub_organizations/views/sub_organizations_plugin_myprofile/index.html.erb
... | ... | @@ -15,6 +15,7 @@ |
15 | 15 | <%= button :add, __('Register a new sub-enterprise'), :controller => 'enterprise_registration', :sub_organizations_plugin_parent_to_be => profile.id if environment.enabled?('enterprise_registration') %> |
16 | 16 | <% end %> |
17 | 17 | |
18 | + <p><%= _('Fill in the search field to find the groups that should be added as sub-group of this organization:') %></p> | |
18 | 19 | <%= token_input_field_tag(:q, 'search-organization', {:action => 'search_organization'}, |
19 | 20 | { :focus => true, |
20 | 21 | :hint_text => _('Type in a search term for a group'), | ... | ... |