mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix bio limits in premium info page.
This commit is contained in:
parent
fbc284af49
commit
69f469a0f9
1 changed files with 2 additions and 2 deletions
|
@ -1722,12 +1722,12 @@ void DoubledLimitsPreviewBox(
|
|||
});
|
||||
}
|
||||
{
|
||||
const auto premium = limits.captionLengthPremium();
|
||||
const auto premium = limits.aboutLengthPremium();
|
||||
entries.push_back(Ui::Premium::ListEntry{
|
||||
tr::lng_premium_double_limits_subtitle_bio(),
|
||||
tr::lng_premium_double_limits_about_bio(
|
||||
Ui::Text::RichLangValue),
|
||||
limits.captionLengthDefault(),
|
||||
limits.aboutLengthDefault(),
|
||||
premium,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue