Mod: ログ出力を英語に変更

This commit is contained in:
鴇峰 朔華 2024-11-18 16:21:40 +09:00
parent 1b0ac28825
commit 9ef2dbbd30
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export class UserReactionBlockingService {
});
if (blocking == null) {
this.logger.warn('ブロック解除がリクエストされましたがブロックしていませんでした');
this.logger.warn('Unblock requested, but the target was not blocked.');
return;
}