issue #5430 : message added
This commit is contained in:
parent
5126283666
commit
9661d00ec8
2 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
|||
%h3
|
||||
= t('.ignored_users')
|
||||
|
||||
- if @blocks.length.zero?
|
||||
= t('.no_user_ignored_message')
|
||||
|
||||
- @blocks.each do |block|
|
||||
= block.person_name
|
||||
\-
|
||||
|
|
|
|||
|
|
@ -1305,6 +1305,7 @@ en:
|
|||
title: "Privacy Settings"
|
||||
ignored_users: "Ignored Users"
|
||||
stop_ignoring: "Stop ignoring"
|
||||
no_user_ignored_message: "You are currently ignoring no other user"
|
||||
|
||||
destroy:
|
||||
success: "Your account has been locked. It may take 20 minutes for us to finish closing your account. Thank you for trying diaspora*."
|
||||
|
|
|
|||
Loading…
Reference in a new issue