mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 10:52:04 +02:00
Merge pull request #2327
059a2d7
SettingsNode: make button text more consistent (selsta)
This commit is contained in:
commit
e01c2e903a
@ -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 New Issue
Block a user