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
|
||||
public void show() {
|
||||
actionButtonText("CONFIRM");
|
||||
actionButtonText("Confirm");
|
||||
createGridPane();
|
||||
addHeadLine();
|
||||
addContent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue