From 03c73c28cd7840a904c57e53bd62e688a7387a0c Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Fri, 15 Aug 2025 05:35:43 +0000 Subject: [PATCH] banners: Capitalise desktop in insecure-desktop-app intent and message. --- tools/lib/capitalization.py | 1 + web/src/navbar_alerts.ts | 2 +- web/src/portico/showroom.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/lib/capitalization.py b/tools/lib/capitalization.py index 950765b00b..64c5ec39ac 100644 --- a/tools/lib/capitalization.py +++ b/tools/lib/capitalization.py @@ -58,6 +58,7 @@ IGNORED_PHRASES = [ r"Zulip Cloud", r"Zulip Cloud Standard", r"Zulip Cloud Plus", + r"Zulip Desktop", r"BigBlueButton", # Code things r"\.zuliprc", diff --git a/web/src/navbar_alerts.ts b/web/src/navbar_alerts.ts index dc1d8931ac..0c3b6e2cc0 100644 --- a/web/src/navbar_alerts.ts +++ b/web/src/navbar_alerts.ts @@ -233,7 +233,7 @@ const INSECURE_DESKTOP_APP_BANNER: AlertBanner = { intent: "warning", label: $t({ defaultMessage: - "Zulip desktop is not updating automatically. Please upgrade for security updates and other improvements.", + "Zulip Desktop is not updating automatically. Please upgrade for security updates and other improvements.", }), buttons: [ { diff --git a/web/src/portico/showroom.ts b/web/src/portico/showroom.ts index 9a5d310c19..7444bb1381 100644 --- a/web/src/portico/showroom.ts +++ b/web/src/portico/showroom.ts @@ -170,7 +170,7 @@ const alert_banners: Record = { "insecure-desktop-app": { process: "insecure-desktop-app", intent: "danger", - label: "Zulip desktop is not updating automatically. Please upgrade for security updates and other improvements.", + label: "Zulip Desktop is not updating automatically. Please upgrade for security updates and other improvements.", buttons: [ { attention: "quiet",