mirror of https://github.com/VERT-sh/VERT.git
fix: ux clarity
This commit is contained in:
parent
c139eae565
commit
ed9e18c052
|
|
@ -70,7 +70,7 @@
|
|||
"text": "Converting {filename} with its current settings is not supported locally and requires server-side processing. Do you want to continue?",
|
||||
"yes": "Convert on server",
|
||||
"no": "Cancel conversion",
|
||||
"dont_show_again": "Don't show again"
|
||||
"dont_show_again": "Convert & don't show again"
|
||||
},
|
||||
"panel": {
|
||||
"convert_all": "Convert all",
|
||||
|
|
|
|||
|
|
@ -30,18 +30,18 @@
|
|||
{m["convert.external_warning.dont_show_again"]()}
|
||||
</button>
|
||||
<div class="flex gap-4">
|
||||
<button
|
||||
onclick={toast.additional.onProceed}
|
||||
class="btn rounded-lg h-fit py-2 w-full bg-accent-red-alt text-white"
|
||||
>
|
||||
{m["convert.external_warning.yes"]()}
|
||||
</button>
|
||||
<button
|
||||
onclick={toast.additional.onCancel}
|
||||
class="btn rounded-lg h-fit py-2 w-full"
|
||||
>
|
||||
{m["convert.external_warning.no"]()}
|
||||
</button>
|
||||
<button
|
||||
onclick={toast.additional.onProceed}
|
||||
class="btn rounded-lg h-fit py-2 w-full bg-accent-red-alt text-white"
|
||||
>
|
||||
{m["convert.external_warning.yes"]()}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue