From b6c4f724db10791fbf9a247b95bd76f5157ef54a Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Wed, 6 Jun 2018 16:10:55 +0200 Subject: [PATCH] Update text when no experiments are found for moving tasks --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 8d579a80c..af2c0daec 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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"