Skip to content

Commit

Permalink
Merge pull request #2283 from bcgov/GWELLS/2211closedWellsName
Browse files Browse the repository at this point in the history
Fix:Changed decommissioned wells name on legend to closed/abandoned
  • Loading branch information
lunamoonmoon authored Aug 1, 2024
2 parents f7024de + 8027291 commit e1f1002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/aquifers/components/AquiferMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default {
},
{
imageSrc: wellsClosedLegendSrc,
label: 'decommissioned'
label: 'closed/abandoned'
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/aquifers/components/SingleAquiferMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default {
},
{
imageSrc: wellsClosedLegendSrc,
label: 'decommissioned'
label: 'closed/abandoned'
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/wells/components/SearchMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default {
},
{
imageSrc: wellsClosedLegendSrc,
label: 'decommissioned'
label: 'closed/abandoned'
}
]
}
Expand Down

0 comments on commit e1f1002

Please sign in to comment.