diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index eaa659c1..06dde17d 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "flood-web-viewer",
- "version": "1.1.4",
+ "version": "1.1.5",
"dependencies": {
"abab": {
"version": "1.0.3",
diff --git a/package.json b/package.json
index c98f678a..e0f10647 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "flood-web-viewer",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "Texas flood information web viewer",
"private": true,
"scripts": {
diff --git a/src/components/PopupTitle.jsx b/src/components/PopupTitle.jsx
index ac4da7db..87215111 100644
--- a/src/components/PopupTitle.jsx
+++ b/src/components/PopupTitle.jsx
@@ -19,7 +19,7 @@ const PopupTitle = class PopupTitle extends Component {
{ this.props.title }
- {this.props.title == "Flood Gage Information" &&
+ {this.props.title == "Flood Gage" &&
}
@@ -29,7 +29,7 @@ const PopupTitle = class PopupTitle extends Component {
PopupTitle.defaultProps = {
icon: floodGaugeIcon,
- title: "Flood Gage Information"
+ title: "Flood Gage"
}
export default PopupTitle