translate japanese to english

This commit is contained in:
Johann150 2023-01-01 23:30:43 +01:00
parent 8f09b05e7c
commit 3aaa9facc6
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -20,7 +20,7 @@ export default async function(follower: { id: User['id']; host: User['host']; ur
});
if (following == null) {
logger.warn('フォロー解除がリクエストされましたがフォローしていませんでした');
logger.warn('unfollow requested, but did not follow');
return;
}