mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -725,7 +725,7 @@ object_ptr<Ui::RpWidget> CreatePollBox::setupContent() {
|
||||
}
|
||||
|
||||
void CreatePollBox::prepare() {
|
||||
setTitle(langFactory(lng_polls_create_title));
|
||||
setTitle(tr::lng_polls_create_title());
|
||||
|
||||
const auto inner = setInnerWidget(setupContent());
|
||||
|
||||
|
Reference in New Issue
Block a user