mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Change wording
This commit is contained in:
parent
e910233b4c
commit
4fef65b841
@ -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…
Reference in New Issue
Block a user