Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/views/room/contextualBar/UserInfo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const UserInfo = React.memo(function UserInfo({
<Info>{lastLogin ? timeAgo(lastLogin) : t('Never')}</Info>

{name && <>
<Label>{t('Full Name')}</Label>
<Label>{t('Full_Name')}</Label>
<Info>{name}</Info>
</>}

Expand Down
3 changes: 2 additions & 1 deletion packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,7 @@
"From": "From",
"From_Email": "From Email",
"From_email_warning": "<b>Warning</b>: The field <b>From</b> is subject to your mail server settings.",
"Full_Name": "Full Name",
"Full_Screen": "Full Screen",
"Gaming": "Gaming",
"General": "General",
Expand Down Expand Up @@ -4169,4 +4170,4 @@
"Your_temporary_password_is_password": "Your temporary password is <strong>[password]</strong>.",
"Your_TOTP_has_been_reset": "Your Two Factor TOTP has been reset.",
"Your_workspace_is_ready": "Your workspace is ready to use 🎉"
}
}