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') })