File tree Expand file tree Collapse file tree
src/ui/screens/getHelp/contactUs Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments