From 502f9df7b884a8159c3fddf41dfe9a37d25227a4 Mon Sep 17 00:00:00 2001 From: jackd320 Date: Thu, 18 May 2023 13:12:52 +0000 Subject: [PATCH] Signed-off-by: jackd320 Signed-off-by: jackd320 --- feature/ota/src/main/resources/base/element/string.json | 6 +++--- feature/ota/src/main/resources/zh_CN/element/string.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/feature/ota/src/main/resources/base/element/string.json b/feature/ota/src/main/resources/base/element/string.json index ccbc52e..78940f0 100644 --- a/feature/ota/src/main/resources/base/element/string.json +++ b/feature/ota/src/main/resources/base/element/string.json @@ -30,7 +30,7 @@ }, { "name":"network_request", - "value":"No WLAN connection. Downloading with mobile data may result in additional fees. Continue?" + "value":"No WLAN connection. This download will use mobile data. Continue?" }, { "name":"ok", @@ -82,7 +82,7 @@ }, { "name":"reboot_wait", - "value":"Restarting" + "value":"Restarting" }, { "name":"battery_not_enough_title", @@ -114,7 +114,7 @@ }, { "name":"download_status_downloading", - "value":"Downloading" + "value":"Downloading" }, { "name":"download_status_download_pause", diff --git a/feature/ota/src/main/resources/zh_CN/element/string.json b/feature/ota/src/main/resources/zh_CN/element/string.json index 2342f44..2a49048 100644 --- a/feature/ota/src/main/resources/zh_CN/element/string.json +++ b/feature/ota/src/main/resources/zh_CN/element/string.json @@ -30,7 +30,7 @@ }, { "name":"network_request", - "value":"当前未连接 WLAN,下载将会产生流量费用。是否开启 WLAN 下载?" + "value":"当前非 WLAN 网络,下载会消耗流量。是否继续?" }, { "name":"ok", -- Gitee