Fix: add text on cancel button
This commit is contained in:
parent
d18aa9701b
commit
1208e095cf
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@
|
|||
<div class="flex flex-wrap-reverse md:flex-nowrap">
|
||||
|
||||
<BackButton on:click={() => selectedPreset = undefined} clss="w-full">
|
||||
<Tr slot="message" t={t.backToSelect}/>
|
||||
<Tr t={t.backToSelect}/>
|
||||
</BackButton>
|
||||
|
||||
<NextButton on:click={confirm} clss="primary w-full">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue