banners: Capitalise desktop in insecure-desktop-app intent and message.

(cherry picked from commit 03c73c28cd)
This commit is contained in:
Shubham Padia
2025-08-15 05:35:43 +00:00
committed by Alex Vandiver
parent 6052630cae
commit 1b30049059
3 changed files with 3 additions and 2 deletions

View File

@@ -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",

View File

@@ -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: [
{

View File

@@ -170,7 +170,7 @@ const alert_banners: Record<string, AlertBanner> = {
"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",