mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
fix: replace hardcoded string on qr code back button (#30401)
This commit is contained in:
parent
ab26004c4c
commit
81edfece6a
@ -290,7 +290,7 @@ export default class LoginWithQRFlow extends React.Component<Props> {
|
||||
data-testid="back-button"
|
||||
className="mx_LoginWithQR_BackButton"
|
||||
onClick={this.handleClick(Click.Back)}
|
||||
title="Back"
|
||||
title={_t("action|back")}
|
||||
>
|
||||
<ChevronLeftIcon />
|
||||
</AccessibleButton>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user