AccountEditor: Add placeholder text for "Label"
This makes it much clearer what possible purpose this field could do.
This commit is contained in:
@@ -110,6 +110,7 @@ FormCard.FormCardPage {
|
||||
FormCard.FormTextFieldDelegate {
|
||||
id: accountLabel
|
||||
label: i18n("Label:")
|
||||
placeholderText: i18n("Work")
|
||||
text: root.connection ? root.connection.label : ""
|
||||
}
|
||||
FormCard.FormDelegateSeparator {}
|
||||
|
||||
Reference in New Issue
Block a user