peak detector text shouldn't say "tweets"

Albert Sun 11 years ago
parent
commit
1eb5892435
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/agents/agent_views/peak_detector_agent/_show.html.erb

+ 1 - 1
app/views/agents/agent_views/peak_detector_agent/_show.html.erb

@@ -3,7 +3,7 @@
3 3
 <% end %>
4 4
 
5 5
 <% if @agent.memory[:data] && @agent.memory[:data].length > 0 %>
6
-  <h3>Recent Tweet Trends</h3>
6
+  <h3>Recent Trends</h3>
7 7
   <% @agent.memory[:data].each.with_index do |(group_name, data), index| %>
8 8
     <div class="filter-group counts">
9 9
       <div class='filter'><%= link_to group_name.to_s, "https://twitter.com/search?q=#{CGI::escape group_name.to_s}", :target => "blank" %></div>