diff options
Diffstat (limited to 'app/views/pois')
-rw-r--r-- | app/views/pois/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pois/index.html.erb b/app/views/pois/index.html.erb index 0e1d1d1..253add4 100644 --- a/app/views/pois/index.html.erb +++ b/app/views/pois/index.html.erb @@ -3,7 +3,7 @@ <table> <thead> <tr> - <th>Message</th> + <th>Description</th> <th>Lat</th> <th>Lon</th> <th></th> |