mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
Change input address placeholder from '4...' to '4.. / 8..'
This commit is contained in:
@@ -63,7 +63,7 @@ Rectangle {
|
||||
id: addressLine
|
||||
labelText: qsTr("Address") + translationManager.emptyString
|
||||
error: true;
|
||||
placeholderText: qsTr("4...") + translationManager.emptyString
|
||||
placeholderText: qsTr("4.. / 8..") + translationManager.emptyString
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user