fix(@wallet): saved address form typo

fixes #9769
This commit is contained in:
Anthony Laibe 2023-03-09 12:35:21 +01:00 committed by Anthony Laibe
parent c31903d281
commit 37d539f061
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ StatusDialog {
id: nameInput
implicitWidth: parent.width
input.edit.objectName: "savedAddressNameInput"
placeholderText: qsTr("Address owner")
placeholderText: qsTr("Address name")
label: qsTr("Name")
validators: [
StatusMinLengthValidator {