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

PA DEP Text Edits #3225

Merged
merged 2 commits into from Jan 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/mmw/js/src/analyze/templates/worksheetExport.html
Expand Up @@ -3,8 +3,7 @@
{% if disabled %}
data-toggle="popover" tabindex="0"
data-html="true" data-container="body" role="button"
{# TODO Update link to technical documentation #}
data-content="Worksheets cannot be generated for boundary shapes. Please draw, delineate, or upload a shape. For more details, see <a href='https://wikiwatershed.org/help/model-help/mmw-tech/' target='_blank'>our technical documentation.</a>"
data-content="Worksheets cannot be generated for boundary shapes. Please draw, delineate, or upload a shape. For more details, see <a href='https://wikiwatershed.org/help/model-help/mmw-tech/#watershed-multi-year-worksheet' target='_blank'>our technical documentation.</a>"
data-template="<div class='popover'><div class='pull-right' id='popover-close-button' onclick='closePopover()'><i class='fa fa-times' /></div><div class='popover-content'></div><div class='arrow'></div></div>"
{% endif %}
>
Expand Down
2 changes: 1 addition & 1 deletion src/mmw/js/src/draw/settings.js
Expand Up @@ -28,7 +28,7 @@ var bigCZSplashPageText = {

var mmwSelectAreaText = {
headerDescription: 'Explore mapped layers, such as streams, land cover, soils, boundaries and observations, using the layer selector in the lower left of the map.',
selectAreaExplanation: '<a href="https://wikiwatershed.org/documentation/mmw-tech/#choose-area-of-interest-aoi" target="_blank" rel="noreferrer noopener">Select an Area of Interest</a> in the continental United States, using the suite of tools below, to analyze the factors that impact water in your area and to begin to model different scenarios of human impacts.',
selectAreaExplanation: '<a href="https://wikiwatershed.org/documentation/mmw-tech/#choose-area-of-interest-aoi" target="_blank" rel="noreferrer noopener">Select an Area of Interest</a> in the continental United States, using the suite of tools below, to analyze the factors that impact water in your area and to begin to model different scenarios of human impacts. Different modeling options for using these tools are described in the <a href="https://wikiwatershed.org/help/model-help/mmw-tech/#water-quantity-and-quality-models" target="_blank">technical documentation</a>.',
};

var bigCZSelectAreaText = {
Expand Down