mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
(fix) To change text in Move to different step modal [SCI-10096]
This commit is contained in:
parent
f8aae8aca6
commit
c9ecf359a9
2 changed files with 5 additions and 2 deletions
|
@ -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="
|
||||
|
|
|
@ -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: "You’re about to delete the result. It might contain data you don’t want to lose. You won’t be able to get it back."
|
||||
|
|
Loading…
Reference in a new issue