You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/locales/en/translations.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -515,10 +515,10 @@
515
515
"loading_project": "Loading project...",
516
516
"stopping_gracefully": "Stopping gracefully...",
517
517
"stop_processing": "Stop Processing",
518
-
"auto_match_unmapped_only_note": "Note: Only unmapped rows will be matched.",
518
+
"auto_match_unmapped_only_note": "Note: Only unmapped rows will be matched",
519
519
"auto_match_note": "Note: This will not affect {{approvedCount}} approved input rows but will override {{proposedCount}} proposed input rows",
520
520
"auto_match_note_no_counts": "Note: This will not affect approved input rows but will override proposed input rows",
521
-
"auto_match_all_including_approved_note": "Warning: This will re-run every input row from scratch and overwrite {{approvedCount}} approved and {{proposedCount}} proposed decisions.",
521
+
"auto_match_all_including_approved_note": "Warning: This will re-run every input row from scratch and overwrite {{approvedCount}} approved and {{proposedCount}} proposed decisions",
522
522
"auto_match_all_including_approved_confirm": "I understand that {{approvedCount}} approved decisions will be overwritten",
523
523
"auto_match_selected_rows_note": "Note: This will run Auto Match for {{count}} selected input rows",
524
524
"auto_match_selected_rows_note_no_count": "Note: Select rows in the left panel to enable this option",
0 commit comments