fix typo "稍侯" to "稍候" (#1850)

fix typo "稍侯" to "稍候"
This commit is contained in:
Pomelo_Official 2025-01-31 13:35:15 +08:00 committed by GitHub
parent 8ff55f5266
commit 67a830f86b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ class Feedback extends Comments implements ActionInterface
$latestComment && ($this->options->time - $latestComment['created'] > 0 &&
$this->options->time - $latestComment['created'] < $this->options->commentsPostInterval)
) {
throw new Exception(_t('对不起, 您的发言过于频繁, 请稍再次发布.'), 403);
throw new Exception(_t('对不起, 您的发言过于频繁, 请稍再次发布.'), 403);
}
}
}