[plasma/krdp] src/kcm/ui: kcm: change "usernames" header text to "allowed users"
David Edmundson <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 8c2b26a03f25be1d123c3eaf8b2ad3e05f039b37 by David Edmundson, on behalf of Nate Graham.
Committed on 30/07/2026 at 09:53.
Pushed by davidedmundson into branch 'master'.
kcm: change "usernames" header text to "allowed users"
This makes it clearer what the users in this list view are for.
M +1 -1 src/kcm/ui/UserListView.qml
https://invent.kde.org/plasma/krdp/-/commit/8c2b26a03f25be1d123c3eaf8b2ad3e05f039b37
diff --git a/src/kcm/ui/UserListView.qml b/src/kcm/ui/UserListView.qml
index aa21d85..dbc310d 100644
--- a/src/kcm/ui/UserListView.qml
+++ b/src/kcm/ui/UserListView.qml
@@ -18,7 +18,7 @@ ListView {
headerPositioning: ListView.OverlayHeader
header: Kirigami.InlineViewHeader {
width: userListView.width
- text: i18nc("@title", "Usernames")
+ text: i18nc("@title", "Allowed users")
actions: [
Kirigami.Action {
icon.name: "list-add-symbolic"