style: 修改多语言key拼写错误

This commit is contained in:
TsMask
2023-12-27 17:42:15 +08:00
parent 1c8f208453
commit b756fe9d56
10 changed files with 16 additions and 16 deletions

View File

@@ -600,7 +600,7 @@ onMounted(() => {
@select="fnAutoCompleteSelect"
@change="fnAutoCompleteChange"
>
<a-textarea :placeholder="t('common.ipnutPlease')" auto-size />
<a-textarea :placeholder="t('common.inputPlease')" auto-size />
</a-auto-complete>
</a-form-item>
</a-form>