Merge pull request #94 from mlorb/ml_sci_375

add move experiment instructions [SCI-375]
This commit is contained in:
mlorb 2016-08-25 09:45:16 +02:00 committed by GitHub
commit c38a4e2614
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
</em>
</div>
<% end %>
<%= t("experiments.move.notice") %>
</div>
<div class="modal-footer">
<% if !@projects.blank? %>

View file

@ -626,6 +626,7 @@ en:
error_flash: 'Could not clone the experiment.'
move:
modal_title: 'Move experiment %{experiment}'
notice: 'Moving is possible only to projects that contain same (or additional) users.'
label_title: 'Move'
modal_submit: 'Move'
success_flash: "Successfully moved experiment %{experiment}"