mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
Update text when no experiments are found for moving tasks
This commit is contained in:
parent
1bc869d4ca
commit
b6c4f724db
1 changed files with 2 additions and 2 deletions
|
@ -773,11 +773,11 @@ en:
|
|||
modal_move_module:
|
||||
title: "Move task to experiment"
|
||||
confirm: "Move"
|
||||
no_experiments: "There are no other experiments."
|
||||
no_experiments: "No experiments to move this task to."
|
||||
modal_move_module_group:
|
||||
title: "Move workflow to experiment"
|
||||
confirm: "Move"
|
||||
no_experiments: "There are no other experiments."
|
||||
no_experiments: "No experiments to move this workflow to."
|
||||
modal_delete_module:
|
||||
title: "Archive task"
|
||||
confirm: "Archive"
|
||||
|
|
Loading…
Reference in a new issue