Merge pull request #87 from GNUuser/patch-9
Update InitializationPage.qml
This commit is contained in:
commit
172cb1778e
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Page {
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: phoneNumberTextField
|
id: phoneNumberTextField
|
||||||
placeholderText: "Use the international format, e.g. +4912342424242"
|
placeholderText: qsTr("Use the international format, e.g. %1").arg("+4912342424242")
|
||||||
inputMethodHints: Qt.ImhDialableCharactersOnly
|
inputMethodHints: Qt.ImhDialableCharactersOnly
|
||||||
labelVisible: false
|
labelVisible: false
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Reference in a new issue