Use separate phrase for singular Edit Tag.

This commit is contained in:
John Preston
2026-02-26 13:05:05 +04:00
parent 8a98369a0e
commit c9ac77ccbf
7 changed files with 32 additions and 12 deletions
@@ -835,7 +835,7 @@ void CreateModerateMessagesBox(
box,
prepareFlags,
disabledMessages,
{ .isForum = peer->isForum() });
{ .isForum = peer->isForum(), .isUserSpecific = true });
computeRestrictions = getRestrictions;
std::move(changes) | rpl::on_next([=] {
ban->setChecked(true);