mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
banners: Capitalise desktop in insecure-desktop-app intent and message.
(cherry picked from commit 03c73c28cd
)
This commit is contained in:
committed by
Alex Vandiver
parent
6052630cae
commit
1b30049059
@@ -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",
|
||||
|
@@ -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: [
|
||||
{
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user