diff --git a/src/qml/Settings/SettingsPage.qml b/src/qml/Settings/SettingsPage.qml index 19a78e8fb..74fb69065 100644 --- a/src/qml/Settings/SettingsPage.qml +++ b/src/qml/Settings/SettingsPage.qml @@ -58,12 +58,13 @@ Kirigami.CategorizedSettings { page: Qt.resolvedUrl("DevicesPage.qml") }, Kirigami.SettingAction { - actionName: "about" + actionName: "aboutNeochat" text: i18n("About NeoChat") icon.name: "help-about" page: Qt.resolvedUrl("About.qml") }, Kirigami.SettingAction { + actionName: "aboutKDE" text: i18n("About KDE") icon.name: "kde" page: Qt.resolvedUrl("AboutKDE.qml")