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 {
|
FormCard.FormTextFieldDelegate {
|
||||||
id: accountLabel
|
id: accountLabel
|
||||||
label: i18n("Label:")
|
label: i18n("Label:")
|
||||||
|
placeholderText: i18n("Work")
|
||||||
text: root.connection ? root.connection.label : ""
|
text: root.connection ? root.connection.label : ""
|
||||||
}
|
}
|
||||||
FormCard.FormDelegateSeparator {}
|
FormCard.FormDelegateSeparator {}
|
||||||
|
|||||||
Reference in New Issue
Block a user