feat: use better dialogue button text

This commit is contained in:
oSumAtrIX 2023-06-11 18:20:53 +02:00 committed by GitHub
parent bffa90cdd8
commit d7f5e6891a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@
optional and won't impact your experience.
</svelte:fragment>
<svelte:fragment slot="buttons">
<Button type="text" on:click={() => setPrivacySetting(false)}>Disallow all</Button>
<Button type="text" on:click={() => setPrivacySetting(false)}>Deny</Button>
<Button type="text" on:click={() => setPrivacySetting(true)}>Accept</Button>
</svelte:fragment>
</Dialogue>