File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/client/src/config Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments