mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
SettingsNode: make button text more consistent
This commit is contained in:
parent
0461a28701
commit
059a2d754e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue