diff options
Diffstat (limited to 'app/views/settings/_mail_handler.html.erb')
-rw-r--r-- | app/views/settings/_mail_handler.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_mail_handler.html.erb b/app/views/settings/_mail_handler.html.erb index d14593da1..910270033 100644 --- a/app/views/settings/_mail_handler.html.erb +++ b/app/views/settings/_mail_handler.html.erb @@ -18,7 +18,7 @@ <em class="info"><%= l(:text_comma_separated) %> <%= l(:label_example) %>: smime.p7s, *.vcf</em> </p> - <p><%= setting_select :mail_handler_preferred_body_part, [['Text', 'plain'], ['HTML', 'html']] %></p> + <p><%= setting_select :mail_handler_preferred_body_part, [[l(:label_preferred_body_part_text), 'plain'], [l(:label_preferred_body_part_html), 'html']] %></p> </div> <div class="box tabular settings"> |