Skip to content

Commit 676d877

Browse files
committed
feat: add asterick to important fields
scope
1 parent 1c9e19b commit 676d877

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/ui/screens/getHelp/contactUs/ViewContactUsForm.qml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,13 @@ MZViewBase {
7575
MZBoldLabel {
7676
property string enterEmailAddress: MZI18n.InAppSupportWorkflowSupportEmailFieldLabel
7777

78-
text: enterEmailAddress
78+
text: enterEmailAddress + " *"
7979
lineHeight: MZTheme.theme.labelLineHeight
8080
lineHeightMode: Text.FixedHeight
8181
wrapMode: Text.WordWrap
8282
verticalAlignment: Text.AlignVCenter
8383
Layout.fillWidth: true
8484
width: undefined
85-
8685
}
8786

8887
MZTextField {
@@ -124,7 +123,7 @@ MZViewBase {
124123
MZBoldLabel {
125124
property string enterEmailAddress: MZI18n.InAppSupportWorkflowSupportFieldHeader
126125

127-
text: enterEmailAddress
126+
text: enterEmailAddress + " *"
128127
lineHeight: MZTheme.theme.labelLineHeight
129128
lineHeightMode: Text.FixedHeight
130129
wrapMode: Text.WordWrap

0 commit comments

Comments
 (0)