mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
Change "discard file" to "discard changes"
This commit is contained in:
parent
06c2231f24
commit
bcc2cd721f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user