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": {
"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"

View file

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