Update message on login page (#4072)

This commit is contained in:
Wojciech Mista 2023-08-14 08:53:56 +02:00 committed by GitHub
parent 23a580aa41
commit 3c1d84f775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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>