diff --git a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md
index f36964e3c99b9ccaf3d27136a9697512e05c410f..c0e42bb9a7f06bb0f7e7cfbb2d4af204d33f1886 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md
@@ -5388,7 +5388,7 @@ onAcquireInfo?: (module: number, acquire: number, extraInfo: any) => void;
| localName | string | 是 | 系统帐号名称。 |
| type | [OsAccountType](#osaccounttype) | 是 | 系统帐号类型 |
| constraints | Array<string> | 否 | 系统帐号[约束](#系统帐号约束列表) |
-| isVerified8+ | boolean | 是 | 帐号是否锁屏 |
+| isVerified8+ | boolean | 是 | 帐号是否验证 |
| photo8+ | string | 否 | 系统帐号头像 |
| createTime8+ | number | 是 | 系统帐号创建时间 |
| lastLoginTime8+ | number | 否 | 系统帐号最后一次登录时间 |