Skip to content

Commit

Permalink
Merge pull request #411 from GNS-Science/fix/410_hazard_tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamineac authored Oct 31, 2023
2 parents fe14e3b + f4451d1 commit 4a96068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/tooltips.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const vs30Tooltip = 'Vs30 is the site-specific shear wave velocity average. Use a Vs30 value estimated for your site. The NSHM does not include a national Vs30 map.';
export const vs30Tooltip = 'Vs30 is the time-averaged shear wave velocity in top 30m beneath the site. Use a Vs30 value estimated for your site. The NSHM does not include a national Vs30 map.';

export const imtTooltip = `Intensity Measure Types (IMT) include Peak Ground Acceleration (PGA),
and Spectral Acceleration (SA) where bracketed values indicate the period in seconds.`;
Expand Down
2 changes: 1 addition & 1 deletion src/views/hazardCharts/HazardChartsControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const HazardChartsControls: React.FC<HazardChartsControlsProps> = ({ state, disp
title={
<React.Fragment>
<Typography fontSize={11}>
The probability of experiencing an acceleration (g) or more within the next T years where T is the chosen Probability Time Period. See the{' '}
The probability of experiencing an acceleration (g) or more within the next T years where T is the chosen Time Period. See the{' '}
<Link to={'/TechInfo#forecast-timespan'} target="_blank" rel="noopener noreferrer">
Technical Info Page
</Link>{' '}
Expand Down

0 comments on commit 4a96068

Please sign in to comment.