Correct startup view analysis to activities (#4855)

This commit is contained in:
Paul Johnson
2026-04-02 13:03:42 +01:00
committed by GitHub
parent 2ef87c9ed5
commit 0eb913e7b6

View File

@@ -265,7 +265,7 @@ GeneralPage::GeneralPage(Context *context) : context(context)
startupView = new QComboBox();
startupView->addItem(tr("Trends"));
startupView->addItem(tr("Analysis"));
startupView->addItem(tr("Activities"));
startupView->addItem(tr("Plan"));
startupView->addItem(tr("Train"));