QML UI: cleanup some whitespace and string formatting

This addresses some review comment on whitespace and translated
string formatting.

In the string formatting, a tiny additional change is made.
I wanted the email address in the explanation text in a bold
font. Using the HTML <b> for this, removed the /n newline
characters in the output. Apparantly, mixing these two
formatting styles does not work. No problem, replaced the
/n to HTML style too.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-09-29 09:15:43 +02:00 committed by Dirk Hohndel
parent dbed88bd81
commit e2aaa43d8c
4 changed files with 20 additions and 20 deletions

View file

@ -103,7 +103,7 @@ Item {
spacing: Kirigami.Units.smallSpacing
visible: rootItem.showPin
SsrfButton {
id:registerpin
id: registerpin
text: qsTr("Register")
onClicked: {
saveCredentials()
@ -131,7 +131,7 @@ Item {
visible: !rootItem.showPin
SsrfButton {
id:signin_register_normal
id: signin_register_normal
text: qsTr("Sign-in or Register")
onClicked: {
saveCredentials()