(fix) To change text in Move to different step modal [SCI-10096]

This commit is contained in:
Gregor Lasnibat 2024-03-04 11:49:08 +01:00
parent f8aae8aca6
commit c9ecf359a9
2 changed files with 5 additions and 2 deletions

View file

@ -23,7 +23,7 @@
"
:no-options-placeholder="
i18n.t(
'my_modules.results.move_modal.no_options_placeholder'
`my_modules.results.move_modal.${parent_type}.no_options_placeholder`
)
"
:searchPlaceholder="

View file

@ -1338,7 +1338,10 @@ en:
delete: "Delete"
move_modal:
search_placeholder: "Enter result name"
no_options_placeholder: "No results available to select"
step:
no_options_placeholder: "No steps available to select"
result:
no_options_placeholder: "No results available to select"
delete_modal:
title: "Delete result"
description_1: "Youre about to delete the result. It might contain data you dont want to lose. You wont be able to get it back."