mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 08:51:32 +02:00
Reverse order of they match/they don't match buttons
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8f49ed664f
commit
22558f090d
@ -132,12 +132,12 @@ export default class VerificationShowSas extends React.Component {
|
|||||||
/>;
|
/>;
|
||||||
} else {
|
} else {
|
||||||
confirm = <React.Fragment>
|
confirm = <React.Fragment>
|
||||||
<AccessibleButton onClick={this.onMatchClick} kind="primary">
|
|
||||||
{ _t("They match") }
|
|
||||||
</AccessibleButton>
|
|
||||||
<AccessibleButton onClick={this.onDontMatchClick} kind="danger">
|
<AccessibleButton onClick={this.onDontMatchClick} kind="danger">
|
||||||
{ _t("They don't match") }
|
{ _t("They don't match") }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
|
<AccessibleButton onClick={this.onMatchClick} kind="primary">
|
||||||
|
{ _t("They match") }
|
||||||
|
</AccessibleButton>
|
||||||
</React.Fragment>;
|
</React.Fragment>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user