Skip to content

Commit

Permalink
[FIX] Change wording to start DM from info panel (#8799)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
  • Loading branch information
bryandesrosiers and ggazzo authored Apr 15, 2020
1 parent 437b402 commit d788e76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/ui-flextab/client/tabs/userActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))),
),
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 @@ -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.",
Expand Down Expand Up @@ -3753,4 +3754,4 @@
"Your_server_link": "Your server link",
"Your_temporary_password_is_password": "Your temporary password is <strong>[password]</strong>.",
"Your_workspace_is_ready": "Your workspace is ready to use 🎉"
}
}

0 comments on commit d788e76

Please sign in to comment.