mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Added decimal separators to count of members in shared similar channels.
This commit is contained in:
@@ -85,7 +85,10 @@ std::unique_ptr<PeerListRow> ListController::createRow(
|
||||
if (const auto channel = peer->asChannel()) {
|
||||
if (const auto count = channel->membersCount(); count > 1) {
|
||||
result->setCustomStatus(
|
||||
tr::lng_chat_status_subscribers(tr::now, lt_count, count));
|
||||
tr::lng_chat_status_subscribers(
|
||||
tr::now,
|
||||
lt_count_decimal,
|
||||
count));
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user