Iterate copy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-25 23:00:46 +00:00
parent be3167c870
commit 7ca6a4b777
2 changed files with 2 additions and 2 deletions

View file

@ -179,7 +179,7 @@ export default class VerificationPanel extends React.PureComponent {
if (this.props.isRoomEncrypted) {
text = _t("Verify all users in a room to ensure it's secure.");
} else {
text = _t("In encrypted rooms, verify all users in a room to ensure its secure.");
text = _t("In encrypted rooms, verify all users to ensure its secure.");
}
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');