Consistently use NeoChat instead of Neochat

This commit is contained in:
Nicolas Fella
2021-03-18 19:50:22 +01:00
parent 798c5e8b7c
commit 361605df71
8 changed files with 10 additions and 10 deletions

View File

@@ -212,7 +212,7 @@ Kirigami.ApplicationWindow {
shortcut: StandardKey.Preferences
},
Kirigami.Action {
text: i18n("About Neochat")
text: i18n("About NeoChat")
icon.name: "help-about"
onTriggered: pushReplaceLayer(aboutPage)
enabled: pageStack.layers.currentItem.title !== i18n("About")