saleor-dashboard/src/apps/components/AppInstallErrorPage/messages.ts
2023-03-06 10:57:25 +01:00

20 lines
588 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({
title: {
defaultMessage: "Theres a problem with app.",
description: "title",
id: "WnlZMO",
},
content: {
defaultMessage:
"Saleor couldnt fetch crucial information regarding installation. Without those System cant install the app in your Saleor. Please use the button below to get back to systems dashboard.",
description: "content",
id: "4yRwN+",
},
backButton: {
defaultMessage: "Back to homepage",
description: "button",
id: "906uUr",
},
});