diff --git a/client/views/room/contextualBar/UserInfo/index.js b/client/views/room/contextualBar/UserInfo/index.js
index 740cb2cd899cb..6e1948f2f413e 100644
--- a/client/views/room/contextualBar/UserInfo/index.js
+++ b/client/views/room/contextualBar/UserInfo/index.js
@@ -85,7 +85,7 @@ export const UserInfo = React.memo(function UserInfo({
{lastLogin ? timeAgo(lastLogin) : t('Never')}
{name && <>
-
+
{name}
>}
diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json
index fc07fcb11d0dc..24446e6736c6b 100644
--- a/packages/rocketchat-i18n/i18n/en.i18n.json
+++ b/packages/rocketchat-i18n/i18n/en.i18n.json
@@ -1793,6 +1793,7 @@
"From": "From",
"From_Email": "From Email",
"From_email_warning": "Warning: The field From is subject to your mail server settings.",
+ "Full_Name": "Full Name",
"Full_Screen": "Full Screen",
"Gaming": "Gaming",
"General": "General",
@@ -4169,4 +4170,4 @@
"Your_temporary_password_is_password": "Your temporary password is [password].",
"Your_TOTP_has_been_reset": "Your Two Factor TOTP has been reset.",
"Your_workspace_is_ready": "Your workspace is ready to use 🎉"
-}
\ No newline at end of file
+}