Capitalize headers

This commit is contained in:
dominik-zeglen 2019-10-09 17:33:55 +02:00
parent e5b19d2c23
commit e58a0157b1
26 changed files with 93 additions and 93 deletions

View file

@ -60,7 +60,7 @@ const CategoryBackground: React.FC<CategoryBackgroundProps> = props => {
<Card> <Card>
<CardTitle <CardTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Background image (optional)", defaultMessage: "Background Image (optional)",
description: "section header" description: "section header"
})} })}
toolbar={ toolbar={

View file

@ -78,7 +78,7 @@ const CollectionCreatePage: React.StatelessComponent<
</AppHeader> </AppHeader>
<PageHeader <PageHeader
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Add collection", defaultMessage: "Add Collection",
description: "page header" description: "page header"
})} })}
/> />

View file

@ -80,7 +80,7 @@ export const CollectionImage = withStyles(styles)(
<Card> <Card>
<CardTitle <CardTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Background image (optional)", defaultMessage: "Background Image (optional)",
description: "section header" description: "section header"
})} })}
toolbar={ toolbar={

View file

@ -66,7 +66,7 @@ const CustomerAddresses = withStyles(styles, { name: "CustomerAddresses" })(
<CardContent> <CardContent>
<Typography className={classes.label}> <Typography className={classes.label}>
<FormattedMessage <FormattedMessage
defaultMessage="Billing address" defaultMessage="Billing Address"
description="subsection header" description="subsection header"
/> />
</Typography> </Typography>
@ -84,7 +84,7 @@ const CustomerAddresses = withStyles(styles, { name: "CustomerAddresses" })(
<CardContent> <CardContent>
<Typography className={classes.label}> <Typography className={classes.label}>
<FormattedMessage <FormattedMessage
defaultMessage="Shipping address" defaultMessage="Shipping Address"
description="subsection header" description="subsection header"
/> />
</Typography> </Typography>

View file

@ -47,7 +47,7 @@ const CustomerCreateAddress = withStyles(styles, {
<Card className={classes.overflow}> <Card className={classes.overflow}>
<CardTitle <CardTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Primary address", defaultMessage: "Primary Address",
description: "page header" description: "page header"
})} })}
/> />

View file

@ -48,7 +48,7 @@ const CustomerCreateDetails = withStyles(styles, {
<Card> <Card>
<CardTitle <CardTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Customer overview", defaultMessage: "Customer Overview",
description: "header" description: "header"
})} })}
/> />

View file

@ -89,7 +89,7 @@ const CustomerCreatePage: React.StatelessComponent<CustomerCreatePageProps> = ({
</AppHeader> </AppHeader>
<PageHeader <PageHeader
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Add customer", defaultMessage: "Add Customer",
description: "page header" description: "page header"
})} })}
/> />

View file

@ -51,7 +51,7 @@ const CustomerOrders = withStyles(styles, { name: "CustomerOrders" })(
<Card> <Card>
<CardTitle <CardTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Recent orders", defaultMessage: "Recent Orders",
description: "section header" description: "section header"
})} })}
toolbar={ toolbar={

View file

@ -133,7 +133,7 @@ export const CustomerDetailsView: React.StatelessComponent<
onClose={() => navigate(customerUrl(id), true)} onClose={() => navigate(customerUrl(id), true)}
onConfirm={() => removeCustomer()} onConfirm={() => removeCustomer()}
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Delete customer", defaultMessage: "Delete Customer",
description: "dialog header" description: "dialog header"
})} })}
variant="delete" variant="delete"

View file

@ -216,7 +216,7 @@ export const CustomerList: React.StatelessComponent<CustomerListProps> = ({
} }
variant="delete" variant="delete"
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Delete customers", defaultMessage: "Delete Customers",
description: "dialog header" description: "dialog header"
})} })}
> >

View file

@ -57,7 +57,7 @@ export const HomeProductList = withStyles(styles, { name: "HomeProductList" })(
<Card> <Card>
<CardTitle <CardTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Top products", defaultMessage: "Top Products",
description: "header", description: "header",
id: "homeProductsListCardHeader" id: "homeProductsListCardHeader"
})} })}

View file

@ -238,7 +238,7 @@ const MenuDetails: React.FC<MenuDetailsProps> = ({ id, params }) => {
} }
variant="delete" variant="delete"
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Delete menu", defaultMessage: "Delete Menu",
description: "dialog header", description: "dialog header",
id: "menuDetailsDeleteMenuHeader" id: "menuDetailsDeleteMenuHeader"
})} })}

View file

@ -202,7 +202,7 @@ const MenuList: React.FC<MenuListProps> = ({ params }) => {
} }
variant="delete" variant="delete"
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Delete menu", defaultMessage: "Delete Menu",
description: "dialog header", description: "dialog header",
id: "menuListDeleteMenuHeader" id: "menuListDeleteMenuHeader"
})} })}
@ -239,7 +239,7 @@ const MenuList: React.FC<MenuListProps> = ({ params }) => {
} }
variant="delete" variant="delete"
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Delete menus", defaultMessage: "Delete Menus",
description: "dialog header", description: "dialog header",
id: "menuListDeleteMenusHeader" id: "menuListDeleteMenusHeader"
})} })}

View file

@ -83,11 +83,11 @@ const OrderAddressEditDialog = withStyles(styles, {
<DialogTitle> <DialogTitle>
{variant === "billing" {variant === "billing"
? intl.formatMessage({ ? intl.formatMessage({
defaultMessage: "Edit billing address", defaultMessage: "Edit Billing Address",
description: "dialog header" description: "dialog header"
}) })
: intl.formatMessage({ : intl.formatMessage({
defaultMessage: "Edit shipping address", defaultMessage: "Edit Shipping Address",
description: "dialog header" description: "dialog header"
})} })}
</DialogTitle> </DialogTitle>

View file

@ -67,7 +67,7 @@ const OrderCancelDialog = withStyles(styles, { name: "OrderCancelDialog" })(
<> <>
<DialogTitle> <DialogTitle>
<FormattedMessage <FormattedMessage
defaultMessage="Cancel order" defaultMessage="Cancel Order"
description="dialog header" description="dialog header"
/> />
</DialogTitle> </DialogTitle>

View file

@ -187,7 +187,7 @@ const OrderCustomer = withStyles(styles, { name: "OrderCustomer" })(
<div className={classes.sectionHeader}> <div className={classes.sectionHeader}>
<Typography className={classes.sectionHeaderTitle}> <Typography className={classes.sectionHeaderTitle}>
<FormattedMessage <FormattedMessage
defaultMessage="Contact information" defaultMessage="Contact Information"
description="subheader" description="subheader"
/> />
</Typography> </Typography>

View file

@ -79,7 +79,7 @@ const OrderCustomerEditDialog = withStyles(styles, {
<Dialog onClose={onClose} open={open} classes={{ paper: classes.dialog }}> <Dialog onClose={onClose} open={open} classes={{ paper: classes.dialog }}>
<DialogTitle> <DialogTitle>
<FormattedMessage <FormattedMessage
defaultMessage="Edit customer details" defaultMessage="Edit Customer Details"
description="dialog header" description="dialog header"
/> />
</DialogTitle> </DialogTitle>

View file

@ -25,7 +25,7 @@ const OrderDraftCancelDialog: React.StatelessComponent<
onConfirm={onConfirm} onConfirm={onConfirm}
open={open} open={open}
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Delete draft order", defaultMessage: "Delete Daft Order",
description: "dialog header" description: "dialog header"
})} })}
variant="delete" variant="delete"

View file

@ -64,7 +64,7 @@ const OrderDraftFinalizeDialog: React.StatelessComponent<
onConfirm={onConfirm} onConfirm={onConfirm}
open={open} open={open}
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Finalize draft order", defaultMessage: "Finalize Draft Order",
description: "dialog header" description: "dialog header"
})} })}
confirmButtonLabel={ confirmButtonLabel={

View file

@ -120,7 +120,7 @@ const OrderFulfillmentDialog = withStyles(styles, {
<> <>
<DialogTitle> <DialogTitle>
<FormattedMessage <FormattedMessage
defaultMessage="Fulfill products" defaultMessage="Fulfill Oroducts"
description="dialog header" description="dialog header"
/> />
</DialogTitle> </DialogTitle>

View file

@ -37,7 +37,7 @@ const OrderFulfillmentTrackingDialog: React.StatelessComponent<
<> <>
<DialogTitle> <DialogTitle>
<FormattedMessage <FormattedMessage
defaultMessage="Add tracking code" defaultMessage="Add Tracking Code"
description="dialog header" description="dialog header"
/> />
</DialogTitle> </DialogTitle>

View file

@ -43,7 +43,7 @@ export const PageCreate: React.StatelessComponent<PageCreateProps> = () => {
<> <>
<WindowTitle <WindowTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Create page", defaultMessage: "Create Page",
description: "header" description: "header"
})} })}
/> />

View file

@ -81,7 +81,7 @@ const ShippingZonesList = withStyles(styles, { name: "ShippingZonesList" })(
<CardTitle <CardTitle
height="const" height="const"
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Shipping by zone", defaultMessage: "Shipping By Zone",
description: "sort shipping methods by zone, section header" description: "sort shipping methods by zone, section header"
})} })}
toolbar={ toolbar={

View file

@ -220,7 +220,7 @@ const ShippingZoneDetailsDialogs: React.StatelessComponent<
} }
open={params.action === "unassign-country"} open={params.action === "unassign-country"}
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Delete from shipping zone", defaultMessage: "Delete from Shipping Zone",
description: "unassign country, dialog header" description: "unassign country, dialog header"
})} })}
variant="delete" variant="delete"

View file

@ -49,7 +49,7 @@ const SiteSettingsAddress = withStyles(styles, { name: "SiteSettingsAddress" })(
<Card className={classes.root}> <Card className={classes.root}>
<CardTitle <CardTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Store information", defaultMessage: "Store Information",
description: "section header" description: "section header"
})} })}
/> />

View file

@ -6050,7 +6050,7 @@ exports[`Storyshots Orders / OrderCustomer default 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -6188,7 +6188,7 @@ exports[`Storyshots Orders / OrderCustomer editable 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -6356,7 +6356,7 @@ exports[`Storyshots Orders / OrderCustomer loading 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<span <span
@ -6470,7 +6470,7 @@ exports[`Storyshots Orders / OrderCustomer with different addresses 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -15790,7 +15790,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -16581,7 +16581,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -17529,7 +17529,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -18518,7 +18518,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -19536,7 +19536,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -20525,7 +20525,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -22141,7 +22141,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -23422,7 +23422,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -24590,7 +24590,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -26354,7 +26354,7 @@ exports[`Storyshots Views / Collections / Create collection default 1`] = `
<h5 <h5
class="MuiTypography-root-id MuiTypography-h5-id Component-title-id" class="MuiTypography-root-id MuiTypography-h5-id Component-title-id"
> >
Add collection Add Collection
</h5> </h5>
<div <div
class="ExtendedPageHeader-action-id" class="ExtendedPageHeader-action-id"
@ -26756,7 +26756,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -27062,7 +27062,7 @@ exports[`Storyshots Views / Collections / Create collection loading 1`] = `
<h5 <h5
class="MuiTypography-root-id MuiTypography-h5-id Component-title-id" class="MuiTypography-root-id MuiTypography-h5-id Component-title-id"
> >
Add collection Add Collection
</h5> </h5>
<div <div
class="ExtendedPageHeader-action-id" class="ExtendedPageHeader-action-id"
@ -27465,7 +27465,7 @@ Ctrl + K"
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Background image (optional) Background Image (optional)
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -29172,7 +29172,7 @@ exports[`Storyshots Views / Customers / Create customer default 1`] = `
<h5 <h5
class="MuiTypography-root-id MuiTypography-h5-id Component-title-id" class="MuiTypography-root-id MuiTypography-h5-id Component-title-id"
> >
Add customer Add Customer
</h5> </h5>
<div <div
class="ExtendedPageHeader-action-id" class="ExtendedPageHeader-action-id"
@ -29195,7 +29195,7 @@ exports[`Storyshots Views / Customers / Create customer default 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Customer overview Customer Overview
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -29333,7 +29333,7 @@ exports[`Storyshots Views / Customers / Create customer default 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Primary address Primary Address
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -29890,7 +29890,7 @@ exports[`Storyshots Views / Customers / Create customer form errors 1`] = `
<h5 <h5
class="MuiTypography-root-id MuiTypography-h5-id Component-title-id" class="MuiTypography-root-id MuiTypography-h5-id Component-title-id"
> >
Add customer Add Customer
</h5> </h5>
<div <div
class="ExtendedPageHeader-action-id" class="ExtendedPageHeader-action-id"
@ -29913,7 +29913,7 @@ exports[`Storyshots Views / Customers / Create customer form errors 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Customer overview Customer Overview
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -30056,7 +30056,7 @@ exports[`Storyshots Views / Customers / Create customer form errors 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Primary address Primary Address
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -30668,7 +30668,7 @@ exports[`Storyshots Views / Customers / Create customer loading 1`] = `
<h5 <h5
class="MuiTypography-root-id MuiTypography-h5-id Component-title-id" class="MuiTypography-root-id MuiTypography-h5-id Component-title-id"
> >
Add customer Add Customer
</h5> </h5>
<div <div
class="ExtendedPageHeader-action-id" class="ExtendedPageHeader-action-id"
@ -30691,7 +30691,7 @@ exports[`Storyshots Views / Customers / Create customer loading 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Customer overview Customer Overview
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -30832,7 +30832,7 @@ exports[`Storyshots Views / Customers / Create customer loading 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Primary address Primary Address
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -31649,7 +31649,7 @@ exports[`Storyshots Views / Customers / Customer details default 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -32156,7 +32156,7 @@ exports[`Storyshots Views / Customers / Customer details different addresses 1`]
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -32296,7 +32296,7 @@ exports[`Storyshots Views / Customers / Customer details different addresses 1`]
<p <p
class="MuiTypography-root-id MuiTypography-body2-id CustomerAddresses-label-id" class="MuiTypography-root-id MuiTypography-body2-id CustomerAddresses-label-id"
> >
Billing address Billing Address
</p> </p>
<address <address
style="font-style:inherit" style="font-style:inherit"
@ -32333,7 +32333,7 @@ exports[`Storyshots Views / Customers / Customer details different addresses 1`]
<p <p
class="MuiTypography-root-id MuiTypography-body2-id CustomerAddresses-label-id" class="MuiTypography-root-id MuiTypography-body2-id CustomerAddresses-label-id"
> >
Shipping address Shipping Address
</p> </p>
<address <address
style="font-style:inherit" style="font-style:inherit"
@ -32715,7 +32715,7 @@ exports[`Storyshots Views / Customers / Customer details form errors 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -33234,7 +33234,7 @@ exports[`Storyshots Views / Customers / Customer details loading 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -33716,7 +33716,7 @@ exports[`Storyshots Views / Customers / Customer details never logged 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -34217,7 +34217,7 @@ exports[`Storyshots Views / Customers / Customer details never placed order 1`]
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -34718,7 +34718,7 @@ exports[`Storyshots Views / Customers / Customer details no address at all 1`] =
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -35200,7 +35200,7 @@ exports[`Storyshots Views / Customers / Customer details no default billing addr
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -35340,7 +35340,7 @@ exports[`Storyshots Views / Customers / Customer details no default billing addr
<p <p
class="MuiTypography-root-id MuiTypography-body2-id CustomerAddresses-label-id" class="MuiTypography-root-id MuiTypography-body2-id CustomerAddresses-label-id"
> >
Shipping address Shipping Address
</p> </p>
<address <address
style="font-style:inherit" style="font-style:inherit"
@ -35707,7 +35707,7 @@ exports[`Storyshots Views / Customers / Customer details no default shipping add
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Recent orders Recent Orders
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -35847,7 +35847,7 @@ exports[`Storyshots Views / Customers / Customer details no default shipping add
<p <p
class="MuiTypography-root-id MuiTypography-body2-id CustomerAddresses-label-id" class="MuiTypography-root-id MuiTypography-body2-id CustomerAddresses-label-id"
> >
Billing address Billing Address
</p> </p>
<address <address
style="font-style:inherit" style="font-style:inherit"
@ -48813,7 +48813,7 @@ exports[`Storyshots Views / HomePage default 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Top products Top Products
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -49493,7 +49493,7 @@ exports[`Storyshots Views / HomePage loading 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Top products Top Products
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -49866,7 +49866,7 @@ exports[`Storyshots Views / HomePage no data 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Top products Top Products
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -54514,7 +54514,7 @@ exports[`Storyshots Views / Orders / Order details cancelled 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -55516,7 +55516,7 @@ exports[`Storyshots Views / Orders / Order details default 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -56548,7 +56548,7 @@ exports[`Storyshots Views / Orders / Order details fulfilled 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -57143,7 +57143,7 @@ exports[`Storyshots Views / Orders / Order details loading 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<span <span
@ -58153,7 +58153,7 @@ exports[`Storyshots Views / Orders / Order details no customer note 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -59185,7 +59185,7 @@ exports[`Storyshots Views / Orders / Order details no payment 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -60217,7 +60217,7 @@ exports[`Storyshots Views / Orders / Order details no shipping address 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -61249,7 +61249,7 @@ exports[`Storyshots Views / Orders / Order details partially fulfilled 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -62281,7 +62281,7 @@ exports[`Storyshots Views / Orders / Order details payment confirmed 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -63313,7 +63313,7 @@ exports[`Storyshots Views / Orders / Order details payment error 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -64345,7 +64345,7 @@ exports[`Storyshots Views / Orders / Order details pending payment 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -65377,7 +65377,7 @@ exports[`Storyshots Views / Orders / Order details refunded payment 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -66409,7 +66409,7 @@ exports[`Storyshots Views / Orders / Order details rejected payment 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -67441,7 +67441,7 @@ exports[`Storyshots Views / Orders / Order details unfulfilled 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<a <a
@ -68163,7 +68163,7 @@ exports[`Storyshots Views / Orders / Order draft default 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<p <p
@ -68588,7 +68588,7 @@ exports[`Storyshots Views / Orders / Order draft loading 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<span <span
@ -68963,7 +68963,7 @@ exports[`Storyshots Views / Orders / Order draft without lines 1`] = `
<p <p
class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id" class="MuiTypography-root-id MuiTypography-body2-id OrderCustomer-sectionHeaderTitle-id"
> >
Contact information Contact Information
</p> </p>
</div> </div>
<p <p
@ -113020,7 +113020,7 @@ exports[`Storyshots Views / Shipping / Shipping zones list default 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Shipping by zone Shipping By Zone
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -113653,7 +113653,7 @@ exports[`Storyshots Views / Shipping / Shipping zones list loading 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Shipping by zone Shipping By Zone
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -114067,7 +114067,7 @@ exports[`Storyshots Views / Shipping / Shipping zones list no data 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Shipping by zone Shipping By Zone
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -114561,7 +114561,7 @@ exports[`Storyshots Views / Site settings / Page default 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Store information Store Information
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -115221,7 +115221,7 @@ exports[`Storyshots Views / Site settings / Page form errors 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Store information Store Information
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -115879,7 +115879,7 @@ exports[`Storyshots Views / Site settings / Page loading 1`] = `
<span <span
class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id" class="MuiTypography-root-id MuiTypography-h5-id CardTitle-title-id"
> >
Store information Store Information
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"