Merge pull request #3527 from matrix-org/dbkr/label_submit_button
Label submit button in UI auth password prompt
This commit is contained in:
commit
c97d1d5b05
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ export const PasswordAuthEntry = createReactClass({
|
|||
<input type="submit"
|
||||
className="mx_Dialog_primary"
|
||||
disabled={!this.state.password}
|
||||
value={_t("Continue")}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue