Skip to content

Commit 320fdf0

Browse files
feat: Added a default property in the WIDGET_TEXTS (#1123)
2 parents 4b3a22f + 26c0c8b commit 320fdf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/client/src/config/texts.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export const WIDGET_TEXTS = {
9797
LABEL_ALL_RECORDS: `All {records}`,
9898
LABEL_VALID_RECORDS: `Valid {records}`,
9999
LABEL_INVALID_RECORDS: `Invalid {records}`,
100-
101100
REPLACE: 'Replace',
102101
FIND_REPLACE: 'Find and Replace',
103102
ALL_COLUMNS_LABEL: 'All Columns',
@@ -109,8 +108,8 @@ export const WIDGET_TEXTS = {
109108
IN_COLUMN_LABEL: 'In Column',
110109
CASE_SENSITIVE_LABEL: 'Case Sensitive',
111110
MATCH_ENTIRE_LABEL: 'Match Entire Cell',
112-
MAX_RECORD_LIMIT_ERROR: 'You can not import more than',
113111
MAX_RECORD_LIMIT_ERROR_TITLE: 'Max Record Limit Error',
112+
MAX_RECORD_LIMIT_ERROR: 'You can not import records more than',
114113
},
115114
PHASE4: {
116115
TITLE: 'Bravo! {count} rows have been uploaded',

0 commit comments

Comments
 (0)