mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 23:25:31 +08:00
Merge pull request #94 from mlorb/ml_sci_375
add move experiment instructions [SCI-375]
This commit is contained in:
commit
c38a4e2614
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
</em>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= t("experiments.move.notice") %>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<% if !@projects.blank? %>
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue