Remove awkward uppercase in filters (#3170)
This commit is contained in:
parent
3789f5bb52
commit
1410919c6f
3 changed files with 6 additions and 7 deletions
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue