2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Updated ad description.

This commit is contained in:
23rd
2021-10-07 17:50:40 +03:00
parent d532b65d1c
commit 51b259fdea
3 changed files with 4 additions and 15 deletions

View File

@@ -56,21 +56,13 @@ void AboutSponsoredBox(not_null<Ui::GenericBox*> box) {
const auto &stLabel = st::aboutLabel;
const auto info1 = box->addRow(object_ptr<FlatLabel>(box, stLabel));
info1->setText(tr::lng_sponsored_info_description1(tr::now));
box->addSkip(st::sponsoredInfoSkip);
const auto info2 = box->addRow(object_ptr<FlatLabel>(box, stLabel));
info2->setText(tr::lng_sponsored_info_description2(tr::now));
box->addSkip(st::sponsoredInfoSkip);
const auto info3 = box->addRow(object_ptr<FlatLabel>(box, stLabel));
info3->setText(tr::lng_sponsored_info_description3(tr::now));
box->addSkip(st::sponsoredUrlButtonSkip);
addUrl();
box->addSkip(st::sponsoredUrlButtonSkip);
const auto info4 = box->addRow(object_ptr<FlatLabel>(box, stLabel));
info4->setText(tr::lng_sponsored_info_description4(tr::now));
const auto info2 = box->addRow(object_ptr<FlatLabel>(box, stLabel));
info2->setText(tr::lng_sponsored_info_description2(tr::now));
}
} // namespace Ui

View File

@@ -974,7 +974,6 @@ autolockTimeField: InputField(scheduleTimeField) {
}
autolockTimeWidth: 52px;
sponsoredInfoSkip: 22px;
sponsoredUrlButtonSkip: 11px;
sponsoredUrlButton: RoundButton(defaultActiveButton) {
height: 32px;