changes the 'You are not sharing with...' button to static text instead of inserting the persons name
This commit is contained in:
parent
a419ddac11
commit
81661d61fc
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
.aspects
|
||||
- if !contact || !contact.persisted?
|
||||
%h4
|
||||
= link_to truncate(t('people.show.not_connected', :name => person.name), :length => 49, :separator => ' ', :omission => ''),
|
||||
= link_to t('people.show.not_connected'),
|
||||
{:controller => "contacts",
|
||||
:action => "new",
|
||||
:person_id => person.id},
|
||||
|
|
|
|||
|
|
@ -338,7 +338,7 @@ en:
|
|||
return_to_aspects: "Return to your aspects page"
|
||||
to_accept_or_ignore: "to accept or ignore it."
|
||||
does_not_exist: "Person does not exist!"
|
||||
not_connected: "You are not sharing with %{name}"
|
||||
not_connected: "You are not sharing with this person"
|
||||
recent_posts: "Recent Posts"
|
||||
recent_public_posts: "Recent Public Posts"
|
||||
similar_contacts: "similar contacts"
|
||||
|
|
|
|||
Loading…
Reference in a new issue