mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-29 16:06:46 -05:00
Change wording
This commit is contained in:
parent
e910233b4c
commit
4fef65b841
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ public class MainViewModel implements ViewModel {
|
|||
startupTimeoutPopup = new Popup();
|
||||
startupTimeoutPopup.warning("The application could not startup after 4 minutes.\n\n" +
|
||||
details)
|
||||
.actionButtonText("Shut down and start again")
|
||||
.actionButtonText("Shut down")
|
||||
.onAction(BitsquareApp.shutDownHandler::run)
|
||||
.show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue