Change "discard file" to "discard changes"

This commit is contained in:
Mattias Granlund 2024-03-06 18:16:12 +01:00
parent 06c2231f24
commit bcc2cd721f

View File

@ -39,7 +39,7 @@
<ContextMenuItem label="Discard changes (Binary files not yet supported)" disabled />
{:else}
<ContextMenuItem
label={item.files.length === 1 ? 'Discard file' : 'Discard files'}
label="Discard changes"
on:click={() => {
confirmationModal.show(item);
dismiss();