1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

Change verify user text

This commit is contained in:
J. Ryan Stinnett
2020-01-30 13:21:51 +00:00
parent e43de26720
commit fd5798aa87
2 changed files with 1 additions and 2 deletions

View File

@@ -1270,7 +1270,7 @@ const BasicUserInfo = ({room, member, groupId, devices, isRoomEncrypted}) => {
if (isRoomEncrypted && !userVerified && !isMe) {
verifyButton = (
<AccessibleButton className="mx_UserInfo_field" onClick={() => verifyUser(member)}>
{_t("Learn more")}
{_t("Verify")}
</AccessibleButton>
);
}