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

@@ -30,7 +30,7 @@ SearchPage {
*/
required property NeoChatConnection connection
title: i18nc("@action:title", "Find Your Friends")
title: i18nc("@action:title", "Find User")
Component.onCompleted: focusSearch()
@@ -81,7 +81,7 @@ SearchPage {
}
QQC2.Label {
visible: userDelegate.directChatExists
text: i18nc("@info", "Friends")
text: i18nc("@info", "Direct Messages")
textFormat: Text.PlainText
color: Kirigami.Theme.positiveTextColor
}