diff options
Diffstat (limited to 'app/views/mailer/attachments_add_pt.rhtml')
-rw-r--r-- | app/views/mailer/attachments_add_pt.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/attachments_add_pt.rhtml b/app/views/mailer/attachments_add_pt.rhtml index 81e2974c1..eccc4813e 100644 --- a/app/views/mailer/attachments_add_pt.rhtml +++ b/app/views/mailer/attachments_add_pt.rhtml @@ -1,5 +1,5 @@ <%= @added_to %> -<%= @attachments.size %> files(s) added. +<%= @attachments.size %> arquivo(s) adicionado. <% @attachments.each do |attachment | %> - <%= attachment.filename %><% end %> |