diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 354e3f996..50dc818ef 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -20,7 +20,7 @@
"> - <%= l(:label_filter_plural) %> + <%= l(:label_issue_query_condition) %>
"> <%= render :partial => 'queries/filters', :locals => {:query => @query} %> @@ -54,8 +54,8 @@

- <%= link_to_function l(:button_apply), 'submit_query_form("query_form")', :class => 'icon icon-checked' %> - <%= link_to l(:button_clear), { :set_filter => 1, :project_id => @project }, :class => 'icon icon-reload' %> + <%= link_to_function l(:label_issue_query), 'submit_query_form("query_form")', :class => 'icon icon-checked' %> + <%= link_to l(:label_issue_cancel_query), { :set_filter => 1, :project_id => @project }, :class => 'icon icon-reload' %>

<% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 061518066..28aa8c4d5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1314,5 +1314,6 @@ en: label_sort_by_active: sorting by active label_sort_by_influence: sorting by influence label_bids_published: published - label_bids_published_ago: ago label_welcome_trustie: Trustie forge + label_bids_published_ago: ago + label_welcome_trustie: Trustie forge label_welcome_trustie_description: a socialized collaboration platform for project management,software development and software crowdsourcing for creative university students and entrepreneurs.