From 5840b34b3bcf3fe0b50b9336ea9bf1c3aa77f525 Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Mon, 11 May 2026 21:07:50 +0200 Subject: [PATCH] Diagnostics: update privacy note, fix last error (none), add missing copy fields --- ClaudeChecker/DiagnosticsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClaudeChecker/DiagnosticsView.swift b/ClaudeChecker/DiagnosticsView.swift index 1b30bc6..fa724df 100644 --- a/ClaudeChecker/DiagnosticsView.swift +++ b/ClaudeChecker/DiagnosticsView.swift @@ -38,7 +38,7 @@ struct DiagnosticsView: View { Divider() - Text("Email and org IDs are redacted when copied.") + Text("Org IDs are redacted when copied.") .font(.system(size: 10)) .foregroundColor(.secondary) .frame(maxWidth: .infinity, alignment: .leading)