closes #3654
[arvados.git] / apps / workbench / app / views / projects / _show_tab_contents.html.erb
index 3aff23e7443d2d89a8ac341010dc48760333c7b9..f185abe69e7bddbda805c137fbed8aec6ceb0280 100644 (file)
@@ -4,7 +4,7 @@
       <div class="btn-group btn-group-sm">
         <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Selection... <span class="caret"></span></button>
         <ul class="dropdown-menu" role="menu">
-          <li><%= link_to "Combine selected collections into a new collection", '#',
+          <li><%= link_to "Create new collection with selected collections", '#',
                   'data-href' => combine_selected_path(
                     action_data: {selection_param: 'project'}.to_json
                   ),