Merge pull request #6319 from SimonBrandner/fix/user-info-dm/17877

This commit is contained in:
Michael Telatynski 2021-09-16 10:09:22 +01:00 committed by GitHub
commit edf7764a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -429,7 +429,7 @@ const UserOptionsSection: React.FC<{
if (!isMe) {
directMessageButton = (
<AccessibleButton onClick={() => { openDMForUser(cli, member.userId); }} className="mx_UserInfo_field">
{ _t('Direct message') }
{ _t("Message") }
</AccessibleButton>
);
}