issue #5430 : message added

This commit is contained in:
Laurent PERON 2014-11-28 09:57:04 +01:00
parent 5126283666
commit 9661d00ec8
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,9 @@
.span5 .span5
%h3 %h3
= t('.ignored_users') = t('.ignored_users')
- if @blocks.length.zero?
= t('.no_user_ignored_message')
- @blocks.each do |block| - @blocks.each do |block|
= block.person_name = block.person_name

View file

@ -1305,6 +1305,7 @@ en:
title: "Privacy Settings" title: "Privacy Settings"
ignored_users: "Ignored Users" ignored_users: "Ignored Users"
stop_ignoring: "Stop ignoring" stop_ignoring: "Stop ignoring"
no_user_ignored_message: "You are currently ignoring no other user"
destroy: destroy:
success: "Your account has been locked. It may take 20 minutes for us to finish closing your account. Thank you for trying diaspora*." success: "Your account has been locked. It may take 20 minutes for us to finish closing your account. Thank you for trying diaspora*."