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> </em>
</div> </div>
<% end %> <% end %>
<%= t("experiments.move.notice") %>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<%= f.submit t("experiments.move.modal_submit"), class: "btn btn-primary" %> <%= 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.' error_flash: 'Could not clone the experiment.'
move: move:
modal_title: 'Move experiment %{experiment}' modal_title: 'Move experiment %{experiment}'
notice: 'Moving is possible only to projects that contain same (or additional) users.'
label_title: 'Move' label_title: 'Move'
modal_submit: 'Move' modal_submit: 'Move'
success_flash: "Successfully moved experiment %{experiment}" success_flash: "Successfully moved experiment %{experiment}"