add move experiment instructions

This commit is contained in:
Mojca Lorber 2016-08-24 11:36:50 +02:00
parent 5c8d669cac
commit f554dc6018
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">
<%= f.submit t("experiments.move.modal_submit"), class: "btn btn-primary" %>

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}"