From e2866a12ea43eeeda41e5afd6e6ab242d1d8a9e2 Mon Sep 17 00:00:00 2001 From: Giniouxe Date: Sun, 15 Feb 2015 19:25:09 +0100 Subject: [PATCH] Issue #5662: Fix text on change button --- app/views/users/privacy_settings.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/users/privacy_settings.html.haml b/app/views/users/privacy_settings.html.haml index 7fec95c91..09c834296 100644 --- a/app/views/users/privacy_settings.html.haml +++ b/app/views/users/privacy_settings.html.haml @@ -31,16 +31,16 @@ = t('.strip_exif') .small-horizontal-spacer - = f.submit t('.change'), :class => 'btn' + = f.submit t('users.edit.change'), :class => 'btn' %hr - + .row-fluid .span3 .span5 %h3 = t('.ignored_users') - + - if @blocks.length.zero? = t('.no_user_ignored_message')