mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Use tr:: instead of langFactory in input fields.
This commit is contained in:
@@ -396,7 +396,7 @@ void Autocomplete::setupContent() {
|
||||
object_ptr<Ui::InputField>(
|
||||
this,
|
||||
st::gifsSearchField,
|
||||
[] { return "Search for templates"; }),
|
||||
rpl::single(qsl("Search for templates"))), // #TODO hard_lang
|
||||
st::autocompleteSearchPadding);
|
||||
const auto input = inputWrap->entity();
|
||||
const auto scroll = Ui::CreateChild<Ui::ScrollArea>(
|
||||
|
Reference in New Issue
Block a user