diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index f2bbe8214..a68f4df9f 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -666,7 +666,7 @@ std::string LLUrlEntryAgent::getLabel(const std::string &url, const LLUrlLabelCa LLAvatarName av_name; if (LLAvatarNameCache::get(agent_id, &av_name)) { - std::string label = av_name.getCompleteName(); + std::string label = av_name.getNSName(); // handle suffixes like /mute or /offerteleport label = localize_slapp_label(url, label);