chore: update label for stashed context menu item to "Unapplied"

This commit is contained in:
Mattias Granlund 2024-01-29 11:17:29 +01:00
parent 331dfe8efe
commit 89b0384f48

View File

@ -28,7 +28,7 @@
<Checkbox small bind:checked={$includeRemote} slot="control" />
</ContextMenuItem>
<ContextMenuItem label="Stashed" on:click={() => ($includeStashed = !$includeStashed)}>
<ContextMenuItem label="Unapplied" on:click={() => ($includeStashed = !$includeStashed)}>
<Checkbox small bind:checked={$includeStashed} slot="control" />
</ContextMenuItem>
</ContextMenuSection>