Commit 4a9411f1cdcbe72d428f0783c81c4704c57a8131

Authored by JoenioCosta
1 parent e9456ac6

ActionItem238: fix untranslated message


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1578 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/tasks/index.rhtml
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 2
3 <p> 3 <p>
4 <% if @tasks.empty? %> 4 <% if @tasks.empty? %>
5 - <em><%= _('No pending tasks for %s' % profile.name) %></em> 5 + <em><%= _('No pending tasks for %s') % profile.name %></em>
6 <% else %> 6 <% else %>
7 <ul class='task-list'> 7 <ul class='task-list'>
8 <% @tasks.each do |item| %> 8 <% @tasks.each do |item| %>