saleor-dashboard/src/apps/components/AppDetailsPage/messages.ts
Lukasz Ostrowski 8f58efcd50
Rebuild App Settings to be nested inside app screen (#3676)
* Rebuild App Settings to be nested inside app screen

* Remove memoization

* Update src/apps/components/AppPage/AppPageNav.tsx

Co-authored-by: Michał Droń <droniu@droniu.dev>

---------

Co-authored-by: Michał Droń <droniu@droniu.dev>
2023-05-22 08:35:35 +02:00

34 lines
835 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { defineMessages } from "react-intl";
export default defineMessages({
supportLink: {
id: "Nsk5WL",
defaultMessage: "Get support",
description: "link",
},
aboutAppTitle: {
id: "jDIRQV",
defaultMessage: "About this app",
description: "section header",
},
appPermissionsTitle: {
id: "VsGcdP",
defaultMessage: "App permissions",
description: "section header",
},
appPermissionsDescription: {
id: "7oQUMG",
defaultMessage: "This app has permissions to:",
description: "apps about permissions",
},
dataPrivacyTitle: {
id: "a55zOn",
defaultMessage: "Data privacy",
description: "section header",
},
dataPrivacyDescription: {
id: "Go50v2",
defaultMessage: "View this apps privacy policy",
description: "app privacy policy link",
},
});