commit a74650ec46992dab8a271c88163dddbb98ff6483
parent 0217d510a76ca3f5fc0ac39e6bd94000c0c69841
Author: HernĂ¢ni Marques <hernani@vecirex.net>
Date: Tue, 17 Feb 2026 05:42:24 +0100
msgid fix: src change, too
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/reports/create/CreatePage.tsx b/packages/merchant-backoffice-ui/src/paths/instance/reports/create/CreatePage.tsx
@@ -113,7 +113,7 @@ export function CreatePage({ onCreated, onBack }: Props): VNode {
<NotificationCardBulma
notification={{
message: i18n.str`No report generator configured in the server`,
- description: i18n.str`Contant the system administrator to create a report generator before scheduling one.`,
+ description: i18n.str`Contact the system administrator to create a report generator before scheduling one.`,
type: "WARN",
}}
/>