From 7dc72e36e32cb61a2832a9654d90274920dcda08 Mon Sep 17 00:00:00 2001 From: Randolph <840094513@qq.com> Date: Wed, 15 Jun 2022 00:21:43 +0800 Subject: [PATCH] fix: application board copywriting --- packages/mask/shared-ui/locales/en-US.json | 3 ++- packages/mask/src/components/shared/ApplicationBoard.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/mask/shared-ui/locales/en-US.json b/packages/mask/shared-ui/locales/en-US.json index 8a60ee3010d0..16a3b9986cbb 100644 --- a/packages/mask/shared-ui/locales/en-US.json +++ b/packages/mask/shared-ui/locales/en-US.json @@ -52,7 +52,8 @@ "application_settings_tab_plug_in_switch": "Plug-in switch", "application_settings_tab_plug_app-list-unlisted": "Unlisted", "application_settings_tab_plug_app-listed-placeholder": "Click the application icon to hide in the APP list.", - "application_settings_tab_plug_app-unlisted-placeholder": "Click the setting icon to list it on the App board.", + "application_display_tab_plug_app-unlisted-placeholder": "Click the setting icon to list it on the App board.", + "application_settings_tab_plug_app-unlisted-placeholder": "Click the application icon to list it on the App board.", "additional_post_box__encrypted_post_pre": "Decrypt this post with #mask_io ! {{encrypted}}", "additional_post_box__encrypted_post_pre_red_packet_twitter_official_account": "Hi, claim this lucky drop with #mask_io @{{account}} \n\n$t(promote_red_packet)\n {{encrypted}}", "additional_post_box__encrypted_post_pre_red_packet": "Hi, claim this lucky drop with #mask_io\n$t(promote_red_packet) {{encrypted}}", diff --git a/packages/mask/src/components/shared/ApplicationBoard.tsx b/packages/mask/src/components/shared/ApplicationBoard.tsx index 437fa6ac2483..014dd43a3406 100644 --- a/packages/mask/src/components/shared/ApplicationBoard.tsx +++ b/packages/mask/src/components/shared/ApplicationBoard.tsx @@ -167,7 +167,7 @@ function ApplicationBoardContent(props: Props) { ) : (
- {t('application_settings_tab_plug_app-unlisted-placeholder')} + {t('application_display_tab_plug_app-unlisted-placeholder')}
)}