all: use a consistent capitalisation for "Tailnet Lock"

Updates https://github.com/tailscale/corp/issues/13108

Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
Alex Chan
2025-10-16 11:13:41 +01:00
committed by Alex Chan
parent 419fba40e0
commit 0ce88aa343
4 changed files with 7 additions and 7 deletions

View File

@@ -424,7 +424,7 @@ func (h *Handler) serveBugReport(w http.ResponseWriter, r *http.Request) {
// OS-specific details
h.logf.JSON(1, "UserBugReportOS", osdiag.SupportInfo(osdiag.LogSupportInfoReasonBugReport))
// Tailnet lock details
// Tailnet Lock details
st := h.b.NetworkLockStatus()
if st.Enabled {
h.logf.JSON(1, "UserBugReportTailnetLockStatus", st)