Skip to content

Commit

Permalink
Update Actions.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
montogeek authored Jan 29, 2024
1 parent 6d66648 commit d0fb57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Actions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<span class="ml-0 icon is-small">
<i class="fas {$obscure ? 'fa-eye-slash' : 'fa-eye'}" />
</span>
<span>Hide numbers</span>
<span>{$obscure ? "Show" : "Hide"} numbers</span>
</label>
</a>
{#if showLogout}
Expand Down

0 comments on commit d0fb57c

Please sign in to comment.