Skip to content

Commit

Permalink
Clarify what updates the button checks for (maybe move this to a tool…
Browse files Browse the repository at this point in the history
…tip later?)
  • Loading branch information
budak7273 committed Dec 9, 2023
1 parent 3f6c382 commit 69a8842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/lib/components/left-bar/Updates.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
{#if $smmUpdate}
SMM update available
{:else if updatesToDisplay.length > 0}
{updatesToDisplay.length} updates available
{updatesToDisplay.length} mod updates available
{:else}
No updates right now
No mod/SMM updates right now
{/if}
</Label>
<div class="grow" />
Expand Down Expand Up @@ -206,4 +206,4 @@

<UpdateChangelog bind:update={changelogUpdate} />

<SMMUpdateDialog bind:this={smmUpdateDialog} />
<SMMUpdateDialog bind:this={smmUpdateDialog} />

0 comments on commit 69a8842

Please sign in to comment.