File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/b3log/symphony/processor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments