commit 0217d510a76ca3f5fc0ac39e6bd94000c0c69841
parent 341233ee992cf1aa2aa43d105fa7a2f3cb524030
Author: HernĂ¢ni Marques <hernani@vecirex.net>
Date: Tue, 17 Feb 2026 05:42:15 +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/update/UpdatePage.tsx b/packages/merchant-backoffice-ui/src/paths/instance/reports/update/UpdatePage.tsx
@@ -147,7 +147,7 @@ export function UpdatePage({ report, onUpdated, 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",
}}
/>