From 7d5cd77e0a7b2744ff4343395d15ea1ea9d81192 Mon Sep 17 00:00:00 2001 From: pwx1285814 Date: Fri, 12 Sep 2025 15:57:32 +0800 Subject: [PATCH] fix: improve Arabic screen sharing permission text Signed-off-by: pwx1285814 --- power_dialog/entry/src/main/resources/ar/element/string.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power_dialog/entry/src/main/resources/ar/element/string.json b/power_dialog/entry/src/main/resources/ar/element/string.json index 67501571..53e7fd1b 100644 --- a/power_dialog/entry/src/main/resources/ar/element/string.json +++ b/power_dialog/entry/src/main/resources/ar/element/string.json @@ -16,7 +16,7 @@ }, { "name":"text_inject_tip_title", - "value":"هل تسمح لـ %s باستخدام شاشتك؟", + "value":"هل تسمح لتطبيق %s باستخدام شاشتك؟", "attr":{ "priority":"translate" } -- Gitee