Skip to content

Commit

Permalink
remove old
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Nov 26, 2024
1 parent 1041c57 commit 3696486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/frontend/src/lib/components/ui/InProgressWizard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@

<div class="stretch">
<MessageBox level="light-warning">
<span
>{$i18n.core.warning.do_not_close}{replaceOisyPlaceholders(
<span>
{replaceOisyPlaceholders(
warningType === 'manage'
? $i18n.tokens.import.warning.do_not_close_manage
: $i18n.core.warning.do_not_close
)}</span
>
)}
</span>
</MessageBox>

<InProgress {progressStep} {steps} />
Expand Down

0 comments on commit 3696486

Please sign in to comment.