Skip to content

fix: typo "Milimeter" -> "Millimeter" in Page UOM dropdown - #545

Open
yokamotp wants to merge 1 commit into
frappe:developfrom
yokamotp:fix/uom-typo-millimeter
Open

fix: typo "Milimeter" -> "Millimeter" in Page UOM dropdown#545
yokamotp wants to merge 1 commit into
frappe:developfrom
yokamotp:fix/uom-typo-millimeter

Conversation

@yokamotp

Copy link
Copy Markdown

The Page UOM dropdown in the editor Properties panel labels the millimeter option as "Milimeter (mm)" (missing an l). Small user-visible typo. File: print_designer/public/js/print_designer/PropertiesPanelState.js

@greptile-apps

greptile-apps Bot commented Jun 24, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

One-line label string correction with no effect on logic, data, or behavior — safe to merge as-is.

The change corrects a display string in a dropdown options array. It touches no logic, no data handling, and no API surface.

No files require special attention.

Important Files Changed

Filename Overview
print_designer/public/js/print_designer/PropertiesPanelState.js Single-character typo fix in a UOM dropdown label; no logic changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Page UOM Autocomplete] --> B["Pixels (px)"]
    A --> C["Millimeter (mm) ✅ fixed"]
    A --> D["Centimeter (cm)"]
    A --> E["Inch (in)"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[Page UOM Autocomplete] --> B["Pixels (px)"]
    A --> C["Millimeter (mm) ✅ fixed"]
    A --> D["Centimeter (cm)"]
    A --> E["Inch (in)"]
Loading

Reviews (1): Last reviewed commit: "fix: typo 'Milimeter' -> 'Millimeter' in..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant