Update message on login page (#4072)
This commit is contained in:
parent
23a580aa41
commit
3c1d84f775
2 changed files with 6 additions and 6 deletions
|
@ -2233,10 +2233,6 @@
|
||||||
"EM730i": {
|
"EM730i": {
|
||||||
"string": "Manage Channel Availability"
|
"string": "Manage Channel Availability"
|
||||||
},
|
},
|
||||||
"ENBELI": {
|
|
||||||
"context": "description",
|
|
||||||
"string": "or login using"
|
|
||||||
},
|
|
||||||
"EP+jcU": {
|
"EP+jcU": {
|
||||||
"context": "checkbox",
|
"context": "checkbox",
|
||||||
"string": "Refund shipment costs"
|
"string": "Refund shipment costs"
|
||||||
|
@ -5415,6 +5411,10 @@
|
||||||
"context": "gift card history message",
|
"context": "gift card history message",
|
||||||
"string": "Gift card balance was reset by {resetBy}"
|
"string": "Gift card balance was reset by {resetBy}"
|
||||||
},
|
},
|
||||||
|
"aFU0vm": {
|
||||||
|
"context": "description",
|
||||||
|
"string": "or continue with"
|
||||||
|
},
|
||||||
"aHc89n": {
|
"aHc89n": {
|
||||||
"context": "select warehouse to restock items",
|
"context": "select warehouse to restock items",
|
||||||
"string": "Select Warehouse"
|
"string": "Select Warehouse"
|
||||||
|
|
|
@ -152,8 +152,8 @@ const LoginPage: React.FC<LoginCardProps> = props => {
|
||||||
<FormSpacer />
|
<FormSpacer />
|
||||||
<Typography>
|
<Typography>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="ENBELI"
|
id="aFU0vm"
|
||||||
defaultMessage="or login using"
|
defaultMessage="or continue with"
|
||||||
description="description"
|
description="description"
|
||||||
/>
|
/>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
Loading…
Reference in a new issue