Skip to content

Commit

Permalink
fix(frontend): fix misspelling of "available"
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Jan 19, 2022
1 parent 8befe46 commit 00e8703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<table class="w-full">
{#if update}
<tr class="border-b border-gray-300 border-gray-600"
>DietPi update avalible: {update}</tr
>DietPi update available: {update}</tr
>
{/if}
</table>
Expand Down

0 comments on commit 00e8703

Please sign in to comment.