[kcms/user] Drop placeholder email address in KCM

We don't have placeholders in any other field in this KCM.

Showing a placeholder is good to show a default value, but showing an
example of what an email address is with an incorrect value doesn't add
anything.
wilder-5.25
David Edmundson 4 years ago
parent e1f08a7e2e
commit 7714283680
  1. 1
      kcms/users/package/contents/ui/UserDetailsPage.qml

@ -159,7 +159,6 @@ SimpleKCM {
id: emailTextField
focus: true
text: user.email
placeholderText: i18nc("Example email address", "john.doe@kde.org")
Kirigami.FormData.label: i18n("Email address:")
}

Loading…
Cancel
Save