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": {
|
||||
"string": "Manage Channel Availability"
|
||||
},
|
||||
"ENBELI": {
|
||||
"context": "description",
|
||||
"string": "or login using"
|
||||
},
|
||||
"EP+jcU": {
|
||||
"context": "checkbox",
|
||||
"string": "Refund shipment costs"
|
||||
|
@ -5415,6 +5411,10 @@
|
|||
"context": "gift card history message",
|
||||
"string": "Gift card balance was reset by {resetBy}"
|
||||
},
|
||||
"aFU0vm": {
|
||||
"context": "description",
|
||||
"string": "or continue with"
|
||||
},
|
||||
"aHc89n": {
|
||||
"context": "select warehouse to restock items",
|
||||
"string": "Select Warehouse"
|
||||
|
|
|
@ -152,8 +152,8 @@ const LoginPage: React.FC<LoginCardProps> = props => {
|
|||
<FormSpacer />
|
||||
<Typography>
|
||||
<FormattedMessage
|
||||
id="ENBELI"
|
||||
defaultMessage="or login using"
|
||||
id="aFU0vm"
|
||||
defaultMessage="or continue with"
|
||||
description="description"
|
||||
/>
|
||||
</Typography>
|
||||
|
|
Loading…
Reference in a new issue