mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 05:21:22 +02:00
Label submit button in UI auth password prompt
Fixes https://github.com/vector-im/riot-web/issues/10739
This commit is contained in:
parent
c547367b62
commit
1dec534493
@ -124,6 +124,7 @@ export const PasswordAuthEntry = createReactClass({
|
||||
<input type="submit"
|
||||
className="mx_Dialog_primary"
|
||||
disabled={!this.state.password}
|
||||
value={_t("Continue")}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user