mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 17:05:29 -04:00
confirm button is not capitalized
This commit is contained in:
parent
83ba54863a
commit
73128cf431
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class PasswordPopup extends Overlay<PasswordPopup> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void show() {
|
public void show() {
|
||||||
actionButtonText("CONFIRM");
|
actionButtonText("Confirm");
|
||||||
createGridPane();
|
createGridPane();
|
||||||
addHeadLine();
|
addHeadLine();
|
||||||
addContent();
|
addContent();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue