Skip to content

Fix lowercase voltage unit label in Voltage chart y-axis#1179

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-microscopic-cosmetic-error
Open

Fix lowercase voltage unit label in Voltage chart y-axis#1179
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-microscopic-cosmetic-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

The y-axis reference label in the Voltage chart displayed 230v with a lowercase v instead of the correct SI symbol V.

Change

  • VoltPlot.svelte: Correct the 230V y-axis tick label casing.
- { value: 230, label: '230v' },
+ { value: 230, label: '230V' },

Copilot AI linked an issue Apr 15, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix lowercase 'v' to uppercase 'V' in GUI Fix lowercase voltage unit label in Voltage chart y-axis Apr 15, 2026
Copilot AI requested a review from gskjold April 15, 2026 08:17
@gskjold gskjold marked this pull request as ready for review April 15, 2026 09:36
@github-actions
Copy link
Copy Markdown

🔧 PR Build Artifacts

Version: ba74725

All environments built successfully. Download the zip files:

Artifacts expire after 7 days. View workflow run

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.

Microscopic cosmetic error in GUI

2 participants