diff --git a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml index 6cfaac48df..20fb693059 100644 --- a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml +++ b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml @@ -79,7 +79,7 @@ ModalPopup { } StyledText { - text: isEnsVerified ? alias : fromAuthor + text: isEnsVerified ? Utils.truncateName(alias) : fromAuthor elide: !isEnsVerified ? Text.ElideMiddle : Text.ElideNone anchors.left: profilePic.right anchors.leftMargin: Style.current.smallPadding