Skip to content

Commit 37d9a94

Browse files
committed
update locale string
1 parent 1e29aab commit 37d9a94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default {
7070

7171
// Development environment messages
7272
dev_incremental_update_disabled:
73-
'Currently in development environment, incremental hot update cannot be executed and restart will not take effect. If you need to test effective full hot update in development environment (but will reconnect to metro after restart), please enable "ignore timestamp" switch and retry.',
73+
'Currently in development environment, incremental hot update cannot be executed and restart will not take effect. If you need to test effective full hot update in development environment (but will reconnect to metro after restart), please enable "ignore timestamp" in app settings in admin dashboard and retry.',
7474

7575
// Context error messages
7676
error_use_update_outside_provider:

src/locales/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767

6868
// Development environment messages
6969
dev_incremental_update_disabled:
70-
'当前是开发环境,无法执行增量式热更新,重启不会生效。如果需要在开发环境中测试可生效的全量热更新(但也会在再次重启后重新连接 metro),请打开"忽略时间戳"开关再重试。',
70+
'当前是开发环境,无法执行增量式热更新,重启不会生效。如果需要在开发环境中测试可生效的全量热更新(但也会在再次重启后重新连接 metro),请在网页管理后台的应用设置中打开"忽略时间戳"开关再重试。',
7171

7272
// Context error messages
7373
error_use_update_outside_provider:

0 commit comments

Comments
 (0)