From c81c02a69214cd488e82a4ea7c2d01c9e2d6b142 Mon Sep 17 00:00:00 2001 From: xdongs Date: Mon, 14 Oct 2024 19:13:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=20=EF=BC=88cherry=20picked=20commit=20from=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry/src/main/resources/base/element/string.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/string.json b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/string.json index 6057c4b7d..da8c2f069 100644 --- a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/string.json +++ b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/string.json @@ -14,7 +14,7 @@ }, { "name": "reason", - "value": "May include lock screen notifications, banners, sounds, vibrations, and more. You can change this in Settings." + "value": "These may include lock screen notifications, banners, sounds, vibrations, and more. You can change this in Settings." }, { "name": "ALLOW", -- Gitee