From 26c0c8b284802b563cce3de16f71dde5eefd6a94 Mon Sep 17 00:00:00 2001 From: Mayur Date: Mon, 10 Nov 2025 12:20:39 +0530 Subject: [PATCH] feat: Added a default property in the WIDGET_TEXTS --- packages/client/src/config/texts.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/client/src/config/texts.config.ts b/packages/client/src/config/texts.config.ts index b8d9c91e1..0ad819f09 100644 --- a/packages/client/src/config/texts.config.ts +++ b/packages/client/src/config/texts.config.ts @@ -97,7 +97,6 @@ export const WIDGET_TEXTS = { LABEL_ALL_RECORDS: `All {records}`, LABEL_VALID_RECORDS: `Valid {records}`, LABEL_INVALID_RECORDS: `Invalid {records}`, - REPLACE: 'Replace', FIND_REPLACE: 'Find and Replace', ALL_COLUMNS_LABEL: 'All Columns', @@ -109,8 +108,8 @@ export const WIDGET_TEXTS = { IN_COLUMN_LABEL: 'In Column', CASE_SENSITIVE_LABEL: 'Case Sensitive', MATCH_ENTIRE_LABEL: 'Match Entire Cell', - MAX_RECORD_LIMIT_ERROR: 'You can not import more than', MAX_RECORD_LIMIT_ERROR_TITLE: 'Max Record Limit Error', + MAX_RECORD_LIMIT_ERROR: 'You can not import records more than', }, PHASE4: { TITLE: 'Bravo! {count} rows have been uploaded',