diff options
Diffstat (limited to 'app/views/my/account.rhtml')
-rw-r--r-- | app/views/my/account.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index e65f78a47..11bba9c8d 100644 --- a/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml @@ -32,7 +32,7 @@ <% end %></p> <p><em><%= l(:text_user_mail_option) %></em></p> <% end %> -<p><label><%= check_box_tag 'no_self_notified', 1, @user.pref[:no_self_notified] %> I don't want to be notified of changes that I make myself.</label></p> +<p><label><%= check_box_tag 'no_self_notified', 1, @user.pref[:no_self_notified] %> <%= l(:label_user_mail_no_self_notified) %></label></p> </div> </div> <% end %> |