Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3527 from matrix-org/dbkr/label_submit_button
Browse files Browse the repository at this point in the history
Label submit button in UI auth password prompt
  • Loading branch information
dbkr authored Oct 7, 2019
2 parents 9200c55 + 1dec534 commit c97d1d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const PasswordAuthEntry = createReactClass({
<input type="submit"
className="mx_Dialog_primary"
disabled={!this.state.password}
value={_t("Continue")}
/>
);
}
Expand Down

0 comments on commit c97d1d5

Please sign in to comment.