diff options
Diffstat (limited to 'chimere/rss/templates/rss.html')
| -rw-r--r-- | chimere/rss/templates/rss.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/rss/templates/rss.html b/chimere/rss/templates/rss.html index bb656e3..52f118e 100644 --- a/chimere/rss/templates/rss.html +++ b/chimere/rss/templates/rss.html @@ -18,9 +18,9 @@ <label for="rss_category">{% trans "Category of RSS feeds" %} *</label> <select name='rss_category' id='rss_category'> <option value="">---------</option> - <option value="global">All the new POIs</option> + <option value="global">All the new POIs</option> <option value="poi">Category of POI</option> - <option value="area">Area</option> + <option value="area">Area</option> </select> </div> {% endif %} |
