From 1c8f208453f07f7dc13327f43e85379e0d2b80f8 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 27 Dec 2023 17:41:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=9A=E8=AF=AD=E8=A8=80key=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/i18n/locales/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 754f93ae..463f07c5 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -8,7 +8,7 @@ export default { title: 'Core Network Management Platform', desc: 'Core Network Management Platform', loading: 'Please wait...', - ipnutPlease: 'Please input', + inputPlease: 'Please input', selectPlease: 'please select', tipTitle: 'Prompt', msgSuccess: 'Success {msg}', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 7c72027a..87ee88c4 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -8,7 +8,7 @@ export default { title: '核心网管理平台', desc: '核心网管理平台', loading: '请稍等...', - ipnutPlease: '请输入', + inputPlease: '请输入', selectPlease: '请选择', tipTitle: '提示', msgSuccess: '{msg} 成功',