You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Merge pull request #3527 from matrix-org/dbkr/label_submit_button
Label submit button in UI auth password prompt
This commit is contained in:
@@ -124,6 +124,7 @@ export const PasswordAuthEntry = createReactClass({
|
|||||||
<input type="submit"
|
<input type="submit"
|
||||||
className="mx_Dialog_primary"
|
className="mx_Dialog_primary"
|
||||||
disabled={!this.state.password}
|
disabled={!this.state.password}
|
||||||
|
value={_t("Continue")}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user