Skip to content

Commit 03956ce

Browse files
committed
fix: Typos
1 parent 426efc7 commit 03956ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/application/component/AccessSettingDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ const submit = async () => {
334334
applicationApi
335335
.updatePlatformConfig(id, configType.value, form[configType.value], loading)
336336
.then(() => {
337-
MsgSuccess(t('commom.saveSuccess'))
337+
MsgSuccess(t('common.saveSuccess'))
338338
closeDrawer()
339339
emit('refresh')
340340
})

0 commit comments

Comments
 (0)