From 717d0c86dda0fa869e927cb7c170e3620448d000 Mon Sep 17 00:00:00 2001 From: Akmal Isomadinov Date: Fri, 9 Aug 2024 17:38:13 +0500 Subject: [PATCH] Web:EmptyContainer Fixed translation --- .../EmptyViewContainer/EmptyViewContainer.helpers.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/client/src/components/EmptyContainer/sub-components/EmptyViewContainer/EmptyViewContainer.helpers.tsx b/packages/client/src/components/EmptyContainer/sub-components/EmptyViewContainer/EmptyViewContainer.helpers.tsx index a0d86182e1..e9662c368c 100644 --- a/packages/client/src/components/EmptyContainer/sub-components/EmptyViewContainer/EmptyViewContainer.helpers.tsx +++ b/packages/client/src/components/EmptyContainer/sub-components/EmptyViewContainer/EmptyViewContainer.helpers.tsx @@ -350,7 +350,9 @@ export const getOptions = ( t("EmptyView:UploadFromPortalTitle", { productName: t("Common:ProductName"), }), - t("EmptyView:UploadPDFFormOptionDescription"), + t("EmptyView:UploadPDFFormOptionDescription", { + productName: t("Common:ProductName"), + }), FilterType.PDFForm, );