copy: tighten tool-page captions to one plain-English line
Each tool's page caption is what tells a user what the tool actually does the moment they land. They were inconsistent — some terse, most multi-clause with a redundant "Runs locally — your data never leaves this computer" trailer that's already a privacy pill on Home. Rewrite every caption (en + es) as a single ~60-80 char action-first line. Replaces the hardcoded multi-line Reconciler caption with the same shape. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -109,61 +109,61 @@
|
||||
"name": "Find Duplicates",
|
||||
"description": "Fuzzy matching, normalization, survivor selection, and interactive review.",
|
||||
"page_title": "Find Duplicates",
|
||||
"page_caption": "Find and remove duplicate rows in CSV, delimited text, and Excel files."
|
||||
"page_caption": "Find and remove duplicate rows — exact matches and near-misses."
|
||||
},
|
||||
"02_text_cleaner": {
|
||||
"name": "Clean Text",
|
||||
"description": "Whitespace trim, multi-space collapse, Unicode normalization, BOM and line-ending handling.",
|
||||
"page_title": "Clean Text",
|
||||
"page_caption": "Trim whitespace, fold smart quotes, strip invisible characters, and normalize line endings. Runs locally — your data never leaves this computer."
|
||||
"page_caption": "Tidy up messy text — stray spaces, smart quotes, hidden characters."
|
||||
},
|
||||
"03_format_standardizer": {
|
||||
"name": "Standardize Formats",
|
||||
"description": "Standardize dates, currencies, names, phone numbers, and addresses.",
|
||||
"page_title": "Standardize Formats",
|
||||
"page_caption": "Canonicalize dates, phone numbers, currency, names, addresses, and booleans on a per-column basis. Runs locally — your data never leaves this computer."
|
||||
"page_caption": "Put dates, phones, currency, and names into one consistent format."
|
||||
},
|
||||
"04_missing_handler": {
|
||||
"name": "Fix Missing Values",
|
||||
"description": "Detect disguised nulls, missingness analysis, and imputation strategies.",
|
||||
"page_title": "Fix Missing Values",
|
||||
"page_caption": "Detect disguised nulls, profile missingness, and apply imputation or drop strategies. Runs locally — your data never leaves this computer."
|
||||
"page_caption": "Find blanks (even disguised ones) and fill or drop them."
|
||||
},
|
||||
"05_column_mapper": {
|
||||
"name": "Map Columns",
|
||||
"description": "Rename columns, enforce a target schema, and coerce types.",
|
||||
"page_title": "Map Columns",
|
||||
"page_caption": "Rename columns, enforce a target schema, and coerce types. Runs locally — your data never leaves this computer."
|
||||
"page_caption": "Rename columns, set the order, and lock in the data types you want."
|
||||
},
|
||||
"06_outlier_detector": {
|
||||
"name": "Find Unusual Values",
|
||||
"description": "Z-score, IQR, and MAD detection with domain-rule violations and winsorization.",
|
||||
"page_title": "Find Unusual Values",
|
||||
"page_caption": "Detect and handle outliers in numeric columns."
|
||||
"page_caption": "Spot values that don't fit — too high, too low, or breaking your rules."
|
||||
},
|
||||
"07_multi_file_merger": {
|
||||
"name": "Combine Files",
|
||||
"description": "Combine multiple CSV/Excel files with schema alignment.",
|
||||
"page_title": "Combine Files",
|
||||
"page_caption": "Combine multiple CSV and Excel files into one dataset."
|
||||
"page_caption": "Stack several CSVs or spreadsheets into a single clean file."
|
||||
},
|
||||
"08_validator_reporter": {
|
||||
"name": "Quality Check",
|
||||
"description": "Validate against rules and generate PDF/Excel quality reports.",
|
||||
"page_title": "Quality Check",
|
||||
"page_caption": "Validate data against rules and generate quality reports."
|
||||
"page_caption": "Score your file against rules and export a PDF/Excel report."
|
||||
},
|
||||
"09_pipeline_runner": {
|
||||
"name": "Automated Workflows",
|
||||
"description": "Chain tools in recommended order and pass output between steps.",
|
||||
"page_title": "Automated Workflows",
|
||||
"page_caption": "Chain DataTools cleaning steps into one repeatable workflow. The pipeline recommends an order; you stay in control."
|
||||
"page_caption": "Run several tools in sequence — save the recipe and reuse it later."
|
||||
},
|
||||
"10_pdf_extractor": {
|
||||
"name": "PDF to CSV",
|
||||
"description": "Extract bank-statement transactions from PDFs using reusable per-source templates.",
|
||||
"page_title": "PDF to CSV",
|
||||
"page_caption": "Extract transaction tables from bank-statement PDFs. Build one template per source and reuse it for every statement that follows the same layout. Runs locally — your data never leaves this computer."
|
||||
"page_caption": "Pull transactions out of bank-statement PDFs into a clean CSV."
|
||||
}
|
||||
},
|
||||
"nav": {
|
||||
|
||||
Reference in New Issue
Block a user