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

Commit

Permalink
Label submit button in UI auth password prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Oct 7, 2019
1 parent c547367 commit 1dec534
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 1dec534

Please sign in to comment.