fix(@desktop/onboarding): Align text on Biometrics page with design
This commit is contained in:
parent
7df5ddc1e7
commit
355fe7b77d
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue