Skip to content

Commit 4de8c3a

Browse files
committed
2 parents 72d8b8f + 28e5270 commit 4de8c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indra/llui/llurlentry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ std::string LLUrlEntryAgent::getLabel(const std::string &url, const LLUrlLabelCa
666666
LLAvatarName av_name;
667667
if (LLAvatarNameCache::get(agent_id, &av_name))
668668
{
669-
std::string label = av_name.getCompleteName();
669+
std::string label = av_name.getNSName();
670670

671671
// handle suffixes like /mute or /offerteleport
672672
label = localize_slapp_label(url, label);

0 commit comments

Comments
 (0)