Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GWELLS-2046] HOTFIX** Change casing in tooltip values #2076

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/frontend/src/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ export const WELL_TAGS = [

export const TOOLTIP_TEXT = {
pumping_test_information: {
pumping_test: 'Describes the type of test (step, recovery, constant rate Pumping Test) and type of well (pumping well, Observation well).',
pumping_test: 'Describes the type of test (step, recovery, constant rate pumping test) and type of well (pumping well, observation well).',
boundary_effect: 'Describe the specific conditions that are to be imposed at the boundaries of a groundwater flow region such as a recharge (river, lake) boundary or a barrier (impermeable rock) boundary where the assumption that the aquifer is of infinite extent is no longer valid.',
storativity: 'Storativity (S) is a dimensionless measure of the volume of water that will be discharged from an aquifer per unit area of the aquifer and per unit reduction in hydraulic head.',
transmissivity: 'Describes the ability of the aquifer to transmit groundwater throughout its entire saturated thickness, is measured as the rate at which groundwater can flow through an aquifer section of unit width under a unit hydraulic gradient.',
hydraulic_conductivity: 'A measure of how easily water can pass through soil or rock.',
specific_yield: 'The quantity of water that a unit volume of saturated permeable rock or soil will yield when drained by gravity.',
specific_capacity: 'The Specific Capacity of a well is simply the pumping rate (yield) divided by the drawdown.',
analysis_method: 'Mathematical solutions (Theis, Cooper-Jacob, Neuman, etc.) where response data (Discharge, Drawdown/Time) from pumping tests are used to estimate the hydraulic properties of aquifers.',
specific_capacity: 'The specific capacity of a well is simply the pumping rate (yield) divided by the drawdown.',
analysis_method: 'Mathematical solutions (Theis, Cooper-Jacob, Neuman, etc.) where response data (discharge, drawdown/time) from pumping tests are used to estimate the hydraulic properties of aquifers.',
},
}