From 2f017082d2dc32fa9c0b694c5f9e5c4df8214733 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:39:16 +0800 Subject: [PATCH] fix: Typos (#2014) --- ui/src/views/application/component/AccessSettingDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/application/component/AccessSettingDrawer.vue b/ui/src/views/application/component/AccessSettingDrawer.vue index d44b709cf..9d82992f5 100644 --- a/ui/src/views/application/component/AccessSettingDrawer.vue +++ b/ui/src/views/application/component/AccessSettingDrawer.vue @@ -334,7 +334,7 @@ const submit = async () => { applicationApi .updatePlatformConfig(id, configType.value, form[configType.value], loading) .then(() => { - MsgSuccess(t('commom.saveSuccess')) + MsgSuccess(t('common.saveSuccess')) closeDrawer() emit('refresh') })