diff --git a/app/views/users/getting_started.haml b/app/views/users/getting_started.haml
index 98c5e7a53666edb1fb9e65da6ebdfaed1dd1877e..1384ac815a452a786e6505e7db60a28f6c6ab85b 100644
--- a/app/views/users/getting_started.haml
+++ b/app/views/users/getting_started.haml
@@ -68,8 +68,7 @@
 
           %p
 
-            = t('.connect_with_people_explanation_pt1')
-            %b= "#{t('.aspects')}."
+            = t('.connect_with_people_explanation_pt1', :bold => content_tag(:b, t('.bold')))
             = t('.connect_with_people_explanation_pt2')
 
           #diaspora_hq_pane
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index c8a2db4841b0224ee9764ef02dc70cf86482536b..c43c9b58e0efa7b673b376229a3e202c01fe3dd1 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -802,8 +802,8 @@ en:
 
       connect_to_your_other_social_networks: "Connect to your other social networks"
       connect_with_people: "Connect with cool people"
-      connect_with_people_explanation_pt1: "Connect with people by placing them into one or more of your"
-      aspects: 'aspects'
+      connect_with_people_explanation_pt1: "Connect with people by placing them into one or more of your %{bold}"
+      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."
       featured_users: "Featured users"