mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 03:17:26 -04:00
SettingsNode: make button text more consistent
This commit is contained in:
@@ -381,7 +381,7 @@ Rectangle{
|
||||
|
||||
MoneroComponents.StandardButton {
|
||||
small: true
|
||||
text: (appWindow.daemonRunning ? qsTr("Stop local node") : qsTr("Start daemon")) + translationManager.emptyString
|
||||
text: (appWindow.daemonRunning ? qsTr("Stop daemon") : qsTr("Start daemon")) + translationManager.emptyString
|
||||
onClicked: {
|
||||
if (appWindow.daemonRunning) {
|
||||
appWindow.stopDaemon();
|
||||
|
||||
Reference in New Issue
Block a user