diff --git a/app/ui-flextab/client/tabs/userActions.js b/app/ui-flextab/client/tabs/userActions.js index cc0bd80ecc3b..fa2f4bc439bc 100644 --- a/app/ui-flextab/client/tabs/userActions.js +++ b/app/ui-flextab/client/tabs/userActions.js @@ -99,7 +99,7 @@ export const getActions = ({ user, directActions, hideAdminControls }) => { const actions = [ { icon: 'message', - name: t('Conversation'), + name: t('Direct_Message'), action: prevent(getUser, ({ username }) => Meteor.call('createDirectMessage', username, success((result) => result.rid && FlowRouter.go('direct', { rid: result.rid }, FlowRouter.current().queryParams))), ), diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index 62962fe710dc..85871e45731d 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -1153,6 +1153,7 @@ "Direct_message_creation_description": "You are about to create a chat with multiple users. Add the ones you would like to talk, everyone in the same place, using direct messages.", "Direct_message_you_have_joined": "You have joined a new direct message with", "Direct_message_someone": "Direct message someone", + "Direct_Message": "Direct Message", "Direct_Messages": "Direct Messages", "Direct_Reply": "Direct Reply", "Direct_Reply_Advice": "You can directly reply to this email. Do not modify previous emails in the thread.", @@ -3753,4 +3754,4 @@ "Your_server_link": "Your server link", "Your_temporary_password_is_password": "Your temporary password is [password].", "Your_workspace_is_ready": "Your workspace is ready to use 🎉" -} \ No newline at end of file +}