DEVOPS-922: adjust or fix text in ui.json#323
Merged
sebhmg merged 3 commits intorelease/ga-4.7from Dec 4, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR makes systematic text corrections and version updates across 32 UI configuration files (.ui.json) in the simpeg_drivers-assets directory. The changes standardize the version to 0.4.0 and correct various spelling, formatting, and terminology issues in user-facing tooltip text.
Key Changes:
- Version bump from various alpha/beta versions (0.2.0-alpha.1, 0.3.0-alpha.4, 0.3.0-alpha.6, 0.3.0-beta.1) to 0.4.0 across all files
- Spelling and formatting corrections in tooltips: Canadian English "centre" vs "center", proper spacing in "line search", capitalized "Boolean", and removal of double spaces
- Addition of "referencedata" icon to joint_petrophysics_inversion.ui.json
Reviewed changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tipper_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| tipper_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| tdem_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| tdem_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| tdem1d_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| tdem1d_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| plate_simulation.ui.json | Version update to 0.4.0; Canadian English spelling corrections (center→centre) |
| magnetotellurics_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| magnetotellurics_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| magnetic_vector_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| magnetic_vector_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| magnetic_scalar_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| joint_surveys_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| joint_petrophysics_inversion.ui.json | Version update to 0.4.0; icon addition; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| joint_cross_gradient_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| induced_polarization_batch2d_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| induced_polarization_batch2d_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| induced_polarization_3d_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| induced_polarization_3d_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| gravity_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| gravity_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| fdem_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| fdem_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| fdem1d_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| fdem1d_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| direct_current_batch2d_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| direct_current_batch2d_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
| direct_current_3d_inversion.ui.json | Version update to 0.4.0; tooltip fixes for spacing, Boolean capitalization, and line search spelling |
| direct_current_3d_forward.ui.json | Version update to 0.4.0; tooltip fixes for spacing and Boolean capitalization |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/ga-4.7 #323 +/- ##
===============================================
Coverage 91.15% 91.15%
===============================================
Files 114 114
Lines 6197 6197
Branches 758 758
===============================================
Hits 5649 5649
Misses 347 347
Partials 201 201
🚀 New features to boost your workflow:
|
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.
DEVOPS-922 - build a Python environment for Analyst 4.7 development