Merge pull request #87 from GNUuser/patch-9

Update InitializationPage.qml
This commit is contained in:
Sebastian Wolf 2020-10-19 18:14:08 +02:00 committed by GitHub
commit 172cb1778e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ Page {
TextField {
id: phoneNumberTextField
placeholderText: "Use the international format, e.g. +4912342424242"
placeholderText: qsTr("Use the international format, e.g. %1").arg("+4912342424242")
inputMethodHints: Qt.ImhDialableCharactersOnly
labelVisible: false
width: parent.width