mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-12 18:05:18 +08:00
rename cloning text
This commit is contained in:
parent
40af0df882
commit
5f02376da3
1 changed files with 3 additions and 3 deletions
|
@ -625,7 +625,7 @@ en:
|
||||||
label_title: 'Archive'
|
label_title: 'Archive'
|
||||||
clone:
|
clone:
|
||||||
modal_title: 'Clone experiment %{experiment}'
|
modal_title: 'Clone experiment %{experiment}'
|
||||||
label_title: 'Clone (only Protocols steps cloned)'
|
label_title: 'Copy as template (only Protocols steps cloned)'
|
||||||
modal_submit: 'Clone'
|
modal_submit: 'Clone'
|
||||||
success_flash: "Successfully cloned experiment %{experiment}"
|
success_flash: "Successfully cloned experiment %{experiment}"
|
||||||
error_flash: 'Could not clone the experiment.'
|
error_flash: 'Could not clone the experiment.'
|
||||||
|
@ -666,8 +666,8 @@ en:
|
||||||
options_header: "Options"
|
options_header: "Options"
|
||||||
edit_module: "Rename task"
|
edit_module: "Rename task"
|
||||||
edit_module_group: "Rename workflow"
|
edit_module_group: "Rename workflow"
|
||||||
clone_module: "Clone task (only Protocols steps cloned)"
|
clone_module: "Copy task as template (only Protocols steps cloned)"
|
||||||
clone_module_group: "Clone workflow (only Protocols steps cloned)"
|
clone_module_group: "Copy workflow as template (only Protocols steps cloned)"
|
||||||
move_module: "Move task to another experiment"
|
move_module: "Move task to another experiment"
|
||||||
move_module_group: "Move workflow to another experiment"
|
move_module_group: "Move workflow to another experiment"
|
||||||
delete_module: "Archive task"
|
delete_module: "Archive task"
|
||||||
|
|
Loading…
Reference in a new issue