Remove awkward uppercase in filters (#3170)

This commit is contained in:
Timur Carpeev 2023-02-21 11:26:34 +01:00 committed by GitHub
parent 3789f5bb52
commit 1410919c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View file

@ -3760,10 +3760,6 @@
"QVraQY": {
"string": "App manifest URL"
},
"QY7FSs": {
"context": "button",
"string": "create product type"
},
"QZVD+5": {
"context": "button, unassign attribute from object",
"string": "Unassign and save"
@ -5818,6 +5814,10 @@
"context": "gift card history message",
"string": "Gift card was resent"
},
"gksZwp": {
"context": "button",
"string": "Create product type"
},
"glT6fm": {
"string": "Voucher is limited to these countries"
},

View file

@ -52,7 +52,6 @@ const useStyles = makeStyles(
color: theme.palette.primary.main,
fontSize: 14,
fontWeight: 600 as 600,
textTransform: "uppercase",
},
filterButton: {
padding: theme.spacing(1, 2),

View file

@ -64,8 +64,8 @@ const ProductTypeListPage: React.FC<ProductTypeListPageProps> = ({
data-test-id="add-product-type"
>
<FormattedMessage
id="QY7FSs"
defaultMessage="create product type"
id="gksZwp"
defaultMessage="Create product type"
description="button"
/>
</Button>