Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/client/src/config/texts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
Loading