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

View file

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

View file

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