AccountEditor: Add placeholder text for "Label"

This makes it much clearer what possible purpose this field could do.
This commit is contained in:
Joshua Goins
2024-07-25 19:13:04 -04:00
parent ae564451b8
commit 54574e4450

View File

@@ -110,6 +110,7 @@ FormCard.FormCardPage {
FormCard.FormTextFieldDelegate {
id: accountLabel
label: i18n("Label:")
placeholderText: i18n("Work")
text: root.connection ? root.connection.label : ""
}
FormCard.FormDelegateSeparator {}