diff --git a/Telegram/SourceFiles/info/profile/info_profile_actions.cpp b/Telegram/SourceFiles/info/profile/info_profile_actions.cpp index 8379cb17e..6c99248b0 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_actions.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_actions.cpp @@ -302,7 +302,7 @@ object_ptr DetailsFiller::setupInfo() { ) | rpl::map([](const ChannelLocation *location) { return location ? Ui::Text::Link( - location->address, + TextUtilities::SingleLine(location->address), LocationClickHandler::Url(location->point)) : TextWithEntities(); });