mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +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
@@ -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