Commit ba00654df58b37c010934dd1d80b86550cbcf85f
1 parent
0f9307fe
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Fix acceptance templates for suggest article task
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/tasks/_approve_article_accept_details.html.erb
1 | -<%= task_email_template(_('Select a rejection email template:'), @rejection_email_templates, task) %> | 1 | +<%= task_email_template(_('Select an acceptance email template:'), @acceptance_email_templates, task) %> |
2 | 2 | ||
3 | <%= render :file => 'shared/tiny_mce' %> | 3 | <%= render :file => 'shared/tiny_mce' %> |
4 | 4 |