Merge branch 'develop' into sort-imports
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
commit
7b94e13a84
642 changed files with 30052 additions and 8035 deletions
|
@ -114,7 +114,7 @@ export default class VerificationShowSas extends React.Component<IProps, IState>
|
|||
} else {
|
||||
return <div>
|
||||
{ _t("Unable to find a supported verification method.") }
|
||||
<AccessibleButton kind="primary" onClick={this.props.onCancel} className="mx_UserInfo_wideButton">
|
||||
<AccessibleButton kind="primary" onClick={this.props.onCancel}>
|
||||
{ _t('Cancel') }
|
||||
</AccessibleButton>
|
||||
</div>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue