Closes #1827. Minor text fix on Getting Started page
This commit is contained in:
parent
b048d1dd54
commit
b9dbe0ecdd
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
%p
|
%p
|
||||||
|
|
||||||
= t('.connect_with_people_explanation_pt1', :bold => content_tag(:b, t('.bold')))
|
= t('.connect_with_people_explanation_pt1', :bold => content_tag(:b, t('.bold'))).html_safe
|
||||||
= t('.connect_with_people_explanation_pt2')
|
= t('.connect_with_people_explanation_pt2')
|
||||||
|
|
||||||
#diaspora_hq_pane
|
#diaspora_hq_pane
|
||||||
|
|
|
||||||
|
|
@ -818,7 +818,7 @@ en:
|
||||||
|
|
||||||
connect_to_your_other_social_networks: "Connect to your other social networks"
|
connect_to_your_other_social_networks: "Connect to your other social networks"
|
||||||
connect_with_people: "Connect with cool people"
|
connect_with_people: "Connect with cool people"
|
||||||
connect_with_people_explanation_pt1: "Connect with people by placing them into one or more of your %{bold}"
|
connect_with_people_explanation_pt1: "Connect with people by placing them into one or more of your %{bold}."
|
||||||
bold: "aspects"
|
bold: "aspects"
|
||||||
connect_with_people_explanation_pt2: "Aspects are an intuitive way to group new and familar faces, private to you, allowing you to filter down or share with subsets of your contacts easily."
|
connect_with_people_explanation_pt2: "Aspects are an intuitive way to group new and familar faces, private to you, allowing you to filter down or share with subsets of your contacts easily."
|
||||||
featured_users: "Featured users"
|
featured_users: "Featured users"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue