Skip to content

Commit

Permalink
fix: replace typo in delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Ubirajara de Mattos Neto authored Apr 28, 2024
1 parent 7ea94ce commit c838e5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/routes/app/categories/[id]/CategoryDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</Button>
<Button color="red" on:click={() => (showDeleteCategoryModal = true)}>
<TrashBinSolid />
Editar
Apagar
</Button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/app/transactions/[id]/TransactionDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</Button>
<Button color="red" on:click={() => (showDeleteTransactionModal = true)}>
<TrashBinSolid />
Editar
Apagar
</Button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/app/wallets/[id]/WalletDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</Button>
<Button color="red" on:click={() => (showDeleteWalletModal = true)}>
<TrashBinSolid class="me-2" />
Editar
Apagar
</Button>
</div>
</div>
Expand Down

0 comments on commit c838e5f

Please sign in to comment.