fix(@desktop/onboarding): Align text on Biometrics page with design

This commit is contained in:
Michał Cieślak 2022-07-18 13:13:40 +02:00 committed by Michał
parent 7df5ddc1e7
commit 355fe7b77d
2 changed files with 5 additions and 3 deletions

View File

@ -66,7 +66,7 @@ OnboardingBasePage {
anchors.top: txtTitle.bottom
anchors.topMargin: Style.current.padding
color: Style.current.secondaryText
text: qsTr("Would you like to use your Touch ID to login to Status?")
text: qsTr("Would you like to use Touch ID\nto login to Status?")
horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WordWrap
font.pixelSize: 15

View File

@ -8602,8 +8602,10 @@ device, so only you can use them.</translation>
</message>
<message>
<location filename="../app/AppLayouts/Onboarding/views/TouchIDAuthView.qml" line="69" />
<source>Would you like to use your Touch ID to login to Status?</source>
<translation>Would you like to use your Touch ID to login to Status?</translation>
<source>Would you like to use Touch ID
to login to Status?</source>
<translation>Would you like to use Touch ID
to login to Status?</translation>
</message>
<message>
<location filename="../app/AppLayouts/Onboarding/views/TouchIDAuthView.qml" line="82" />