mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Merge pull request #380 from okriuchykhin/ok_SCI_766
Add description to Clone actions [SCI-766]
This commit is contained in:
commit
b29e041e27
1 changed files with 3 additions and 3 deletions
|
@ -610,7 +610,7 @@ en:
|
|||
label_title: 'Archive'
|
||||
clone:
|
||||
modal_title: 'Clone experiment %{experiment}'
|
||||
label_title: 'Clone'
|
||||
label_title: 'Clone (only Protocols steps cloned)'
|
||||
modal_submit: 'Clone'
|
||||
success_flash: "Successfully cloned experiment %{experiment}"
|
||||
error_flash: 'Could not clone the experiment.'
|
||||
|
@ -651,8 +651,8 @@ en:
|
|||
options_header: "Options"
|
||||
edit_module: "Rename task"
|
||||
edit_module_group: "Rename workflow"
|
||||
clone_module: "Clone task"
|
||||
clone_module_group: "Clone workflow"
|
||||
clone_module: "Clone task (only Protocols steps cloned)"
|
||||
clone_module_group: "Clone workflow (only Protocols steps cloned)"
|
||||
move_module: "Move task to another experiment"
|
||||
move_module_group: "Move workflow to another experiment"
|
||||
delete_module: "Archive task"
|
||||
|
|
Loading…
Reference in a new issue