mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Use tr:: instead of Lang::Viewer.
This commit is contained in:
@@ -447,7 +447,7 @@ void SharedMediaCover::createLabel() {
|
||||
using namespace rpl::mappers;
|
||||
auto label = object_ptr<Ui::FlatLabel>(
|
||||
this,
|
||||
Lang::Viewer(lng_profile_shared_media) | Ui::Text::ToUpper(),
|
||||
tr::lng_profile_shared_media() | Ui::Text::ToUpper(),
|
||||
st::infoBlockHeaderLabel);
|
||||
label->setAttribute(Qt::WA_TransparentForMouseEvents);
|
||||
|
||||
|
Reference in New Issue
Block a user