vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 8095cb68bb9bc66d183c3974f8977a1988e29249
parent 04cd75155679a7c081d6687ba1e9ef11e7f088eb
Author: Aaron <atbrown89@gmail.com>
Date:   Fri, 16 Sep 2022 10:32:36 -0700

fix: update warning and success case verbiage

Diffstat:
Msrc/static/templates/admin/diagnostics.hbs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/static/templates/admin/diagnostics.hbs b/src/static/templates/admin/diagnostics.hbs @@ -140,8 +140,8 @@ <span><b>Server:</b> {{page_data.server_time_local}}</span> </dd> <dt class="col-sm-5">Date & Time (UTC) - <span class="badge bg-success d-none" id="time-success" title="Time offsets seem to be correct.">Ok</span> - <span class="badge bg-danger d-none" id="time-warning" title="Time offsets are too much at drift.">Error</span> + <span class="badge bg-success d-none" id="time-success" title="Server and browser times are within 30 seconds of each other.">Ok</span> + <span class="badge bg-danger d-none" id="time-warning" title="Server and browser times are more than 30 seconds apart.">Error</span> </dt> <dd class="col-sm-7"> <span id="time-server" class="d-block"><b>Server:</b> <span id="time-server-string">{{page_data.server_time}}</span></span>