Skip to content

Commit

Permalink
Update MainWindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinRitman authored Jun 4, 2024
1 parent 2797013 commit 14d2354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void MainWindow::initUi()
QAction* showAction = new QAction(tr("Show"), this);
connect(showAction, &QAction::triggered, this, &MainWindow::restoreFromTray);

QAction* quitAction = new QAction(tr("Quit Fuego Desktop"), this);
QAction* quitAction = new QAction(tr("Quit Fuego Wallet"), this);
connect(quitAction, &QAction::triggered, qApp, &QCoreApplication::quit);

QMenu* trayIconMenu = new QMenu(this);
Expand Down

0 comments on commit 14d2354

Please sign in to comment.