Skip to content

Commit 7cae8b1

Browse files
committed
🎨 文本接入AI检测
1 parent 6aded68 commit 7cae8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/b3log/symphony/processor/SettingsProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public void updateUserName(final RequestContext context) {
410410
user.put(User.USER_NAME, newName);
411411

412412
if (!updateProfilesLimiter.access(user.optString(Keys.OBJECT_ID))) {
413-
context.renderMsg("操作频繁,请稍后重试。");
413+
context.renderMsg("操作频繁,请稍候重试。");
414414
context.renderJSONValue(Keys.CODE, StatusCodes.ERR);
415415
return;
416416
}
@@ -1039,7 +1039,7 @@ public void updateProfiles(final RequestContext context) {
10391039
user.put(UserExt.USER_AVATAR_TYPE, UserExt.USER_AVATAR_TYPE_C_UPLOAD);
10401040

10411041
if (!updateProfilesLimiter.access(user.optString(Keys.OBJECT_ID))) {
1042-
context.renderMsg("操作频繁,请稍后重试。");
1042+
context.renderMsg("操作频繁,请稍候重试。");
10431043
context.renderJSONValue(Keys.CODE, StatusCodes.ERR);
10441044
return;
10451045
}

0 commit comments

Comments
 (0)