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) { if (isRoomEncrypted && !userVerified && !isMe) {
verifyButton = ( verifyButton = (
<AccessibleButton className="mx_UserInfo_field" onClick={() => verifyUser(member)}> <AccessibleButton className="mx_UserInfo_field" onClick={() => verifyUser(member)}>
{_t("Learn more")} {_t("Verify")}
</AccessibleButton> </AccessibleButton>
); );
} }

View file

@ -1171,7 +1171,6 @@
"<strong>%(role)s</strong> in %(roomName)s": "<strong>%(role)s</strong> in %(roomName)s", "<strong>%(role)s</strong> in %(roomName)s": "<strong>%(role)s</strong> in %(roomName)s",
"This client does not support end-to-end encryption.": "This client does not support end-to-end encryption.", "This client does not support end-to-end encryption.": "This client does not support end-to-end encryption.",
"Messages in this room are not end-to-end encrypted.": "Messages in this room are not end-to-end encrypted.", "Messages in this room are not end-to-end encrypted.": "Messages in this room are not end-to-end encrypted.",
"Learn more": "Learn more",
"Security": "Security", "Security": "Security",
"Verify by emoji": "Verify by emoji", "Verify by emoji": "Verify by emoji",
"Verify by comparing unique emoji.": "Verify by comparing unique emoji.", "Verify by comparing unique emoji.": "Verify by comparing unique emoji.",