Merge pull request #3527 from matrix-org/dbkr/label_submit_button

Label submit button in UI auth password prompt
pull/21833/head
David Baker 2019-10-07 17:48:51 +01:00 committed by GitHub
commit c97d1d5b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ export const PasswordAuthEntry = createReactClass({
<input type="submit"
className="mx_Dialog_primary"
disabled={!this.state.password}
value={_t("Continue")}
/>
);
}