saleor-dashboard/src/siteSettings/components/SiteSettingsPage/messages.ts

27 lines
833 B
TypeScript
Raw Normal View History

import { defineMessages } from "react-intl";
export const messages = defineMessages({
sectionCheckoutTitle: {
id: "DASYUF",
defaultMessage: "Checkout Configuration",
description: "section title"
},
sectionCheckoutDescription: {
id: "Av74Fa",
defaultMessage:
"You can set basic checkout rules that will be applied globally to all your channels",
description: "section description"
},
sectionCompanyTitle: {
id: "rPX1f2",
defaultMessage: "Company Information",
description: "section title"
},
sectionCompanyDescription: {
id: "pRYGUR",
defaultMessage:
"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers.",
description: "section description"
}
});