Merge pull request #3502 from skykatik/patch-8

[Typo] communitycommunity servers
This commit is contained in:
Anuken 2020-11-21 08:59:30 -05:00 committed by GitHub
commit 3ce6a6dea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,7 +499,7 @@ public class JoinDialog extends BaseDialog{
}
});
}catch(Throwable e){
Log.err("Failed to fetch communitycommunity servers.");
Log.err("Failed to fetch community servers.");
}
}, t -> {});
}