fix: ux clarity

This commit is contained in:
Maya 2026-05-25 22:07:22 +03:00
parent c139eae565
commit ed9e18c052
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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>