diff --git a/app/views/comments/_edit.html.erb b/app/views/comments/_edit.html.erb index 479b45ff8d..9028acee53 100644 --- a/app/views/comments/_edit.html.erb +++ b/app/views/comments/_edit.html.erb @@ -126,7 +126,7 @@
- +   -
<%= raw t('comments._edit.logged_in', :username => current_user.username) %> | -
<%= t('comments._edit.formatting') %> | - <%= t('comments._edit.notifications') %> +
<%= raw translation('comments._edit.logged_in', :username => current_user.username) %> | + <%= translation('comments._edit.formatting') %> | + <%= translation('comments._edit.notifications') %>