diff --git a/src/settings/AccountEditorPage.qml b/src/settings/AccountEditorPage.qml index 92d349e28..ab3809396 100644 --- a/src/settings/AccountEditorPage.qml +++ b/src/settings/AccountEditorPage.qml @@ -110,6 +110,7 @@ FormCard.FormCardPage { FormCard.FormTextFieldDelegate { id: accountLabel label: i18n("Label:") + placeholderText: i18n("Work") text: root.connection ? root.connection.label : "" } FormCard.FormDelegateSeparator {}