mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 07:05:57 +08:00
add move experiment instructions
This commit is contained in:
parent
5c8d669cac
commit
f554dc6018
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">
|
||||
<%= f.submit t("experiments.move.modal_submit"), class: "btn btn-primary" %>
|
||||
|
|
|
@ -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