Don't call direct messages friends

Not every person I communicate with is necessarily my friend

Use a more neutral term

BUG: 480167
This commit is contained in:
Nicolas Fella
2025-10-16 12:23:33 +02:00
parent f59e5a4b3c
commit 6d56b673c4
4 changed files with 8 additions and 8 deletions

View File

@@ -22,12 +22,12 @@ Labs.MenuBar {
Labs.MenuItem {
icon.name: "list-add-user"
text: i18nc("@action:inmenu", "Find your Friends")
text: i18nc("@action:inmenu", "Find User")
enabled: root.connection
onTriggered: root.appWindow.pageStack.pushDialogLayer(Qt.createComponent('org.kde.neochat', 'UserSearchPage'), {
connection: root.connection
}, {
title: i18nc("@title", "Find your friends")
title: i18nc("@title", "Find User")
})
}
Labs.MenuItem {