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
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>
);
}