diff options
Diffstat (limited to 'app/views/mailer/issue_add_pt.rhtml')
-rw-r--r-- | app/views/mailer/issue_add_pt.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/issue_add_pt.rhtml b/app/views/mailer/issue_add_pt.rhtml index 823de2cef..0a13facda 100644 --- a/app/views/mailer/issue_add_pt.rhtml +++ b/app/views/mailer/issue_add_pt.rhtml @@ -1,3 +1,3 @@ -Issue #<%= @issue.id %> has been reported. +Tarefa #<%= @issue.id %> foi incluĂda. ---------------------------------------- <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
\ No newline at end of file |