Skip to content

Commit

Permalink
fix: Rename 'Clear Cache' button to 'Reset' for clarification
Browse files Browse the repository at this point in the history
The 'Reset' button clears the website's localStorage, including custom API data.
  • Loading branch information
Ushie committed Jul 10, 2024
1 parent 5c85934 commit 38c565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/Navbar/NavHost.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
</div>

<svelte:fragment slot="buttons">
<Button type="text" on:click={clear_and_reload} label="Clear Cache Button">Clear cache</Button>
<Button type="text" on:click={clear_and_reload} label="Reset Button">Reset</Button>
<Button type="text" on:click={save} label="Save Button">Save</Button>
</svelte:fragment>
</Modal>
Expand Down

0 comments on commit 38c565c

Please sign in to comment.