Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Change wording to start DM from info panel #8799

Merged
merged 1 commit into from
Apr 15, 2020
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 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 🎉"
}
}