Skip to content

Commit

Permalink
Fix typo in server info template
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Jan 27, 2025
1 parent d4b6f19 commit 2deb709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/server/html/templates/server_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3>Vault Upgrades</h3><br>
{{ range $i, $upgrade := .VaultUpgrades }}
<b>{{ $upgrade.Name }} {{ if $upgrade.Annual }} [Year] {{ else }} [Month] {{ end }}</b>
<ul>
<li>{{ $upgrade.ReadableBytes }}GB vault storage</li>
<li>{{ $upgrade.ReadableBytes }} vault storage</li>
<li>Unlimited password storage</li>
<li>${{ $upgrade.Price }} x {{ if $upgrade.Annual }} year {{ else }} month {{ end }}</li>
</ul>
Expand All @@ -101,4 +101,4 @@ <h3>Vault Upgrades</h3><br>
{{ end }}
</div>
{{ template "footer.html" . }}
</body>
</body>

0 comments on commit 2deb709

Please sign in to comment.