mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
Minor - Typo in Admin panel within Diagnostics view #1057
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @djbrownbear on GitHub.
I noticed this minor typo while troubleshooting a certificate update for my instance of vaultwarden.
suggestion:
<span class="badge bg-danger d-none" id="time-warning" title="Time offsets are too much at drift.">Error</span>9c891baad1/src/static/templates/admin/diagnostics.hbs (L144)suggestion:
<span class="badge bg-success d-none" id="https-success" title="Configured to use HTTPS">HTTPS</span>9c891baad1/src/static/templates/admin/diagnostics.hbs (L154)@djbrownbear commented on GitHub:
First time contributing, created pull request for this issue instead.