fix: correct spelling errors in UI text#374
Open
Vishal27alpha wants to merge 1 commit intoEAPD-DRB:mainfrom
Open
fix: correct spelling errors in UI text#374Vishal27alpha wants to merge 1 commit intoEAPD-DRB:mainfrom
Vishal27alpha wants to merge 1 commit intoEAPD-DRB:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR aims to improve user-facing UI text clarity by correcting spelling mistakes in controller messages within the WebAPP.
Changes:
- Fixed “Plese wait...” to “Please wait...” in batch run / cleanup loader messages.
- Corrected multiple typos in AddCase UI warnings/dialogs (e.g., “neccessary” → “necessary”, “visalisation” → “visualisation”).
- Updated a scenario deletion alert message text.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| WebAPP/App/Controller/DataFile.js | Corrects spelling in loader messages shown during batch run and cleanup actions. |
| WebAPP/App/Controller/AddCase.js | Corrects several typos in warnings/dialogs, but introduces/retains a couple of user-facing wording issues that should be fixed. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
140b32d to
02e3f52
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issue
Existing related work reviewed
Overlap assessment
This PR fixes minor spelling mistakes in UI text and does not overlap with any existing work.
Why this PR should proceed
Summary
What changed:
Fixed spelling mistakes in UI text in AddCase.js and DataFile.js
Why:
To improve readability and correctness of user-facing text
Validation
Documentation
Scope check
OSeMOSYS/MUIOdependencyEAPD-DRB/MUIOGO:main(not upstream)Exception rationale
This PR qualifies for the narrow docs/typo exception as it only fixes minor spelling mistakes in UI text and does not introduce any functional changes.