diff --git a/app/views/users/getting_started.html.haml b/app/views/users/getting_started.html.haml
index ecdc33ee6..542190630 100644
--- a/app/views/users/getting_started.html.haml
+++ b/app/views/users/getting_started.html.haml
@@ -31,10 +31,10 @@
%h3
= @step += 1
.content
- #getting_started_profile_photo
- = person_image_link(current_user.person, :size => :thumb_medium)
%h3
= t(".fill_out_your_profile")
+ #getting_started_profile_photo
+ = person_image_link(current_user.person, :size => :thumb_medium)
%p
= t(".profile_description")
.span-8.fields
diff --git a/config/initializers/fetch_featured_users.rb b/config/initializers/fetch_featured_users.rb
index 76b75f5f8..cf03ca3ad 100644
--- a/config/initializers/fetch_featured_users.rb
+++ b/config/initializers/fetch_featured_users.rb
@@ -1,9 +1,10 @@
#this breaks seed scripts
-#
-#unless Rails.env == 'test' || AppConfig[:featured_users].count == Person.featured_users.count
-# puts "Fetching featured users from remote servers..."
-# AppConfig[:featured_users].each do |x|
-# Webfinger.new(x).fetch
-# end
-# puts "Done fetching!"
-#end
+
+unless Rails.env == 'test' || AppConfig[:featured_users].count == Person.featured_users.count
+ print "Fetching featured users from remote servers"
+ AppConfig[:featured_users].each do |x|
+ Webfinger.new(x).fetch
+ print "."
+ end
+ puts " done!"
+end
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 18282956b..da3a9d778 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -783,7 +783,7 @@ en:
skip: "Skip getting started"
fill_out_your_profile: "Fill out your profile"
- profile_description: "Description of why you'd want to do this"
+ profile_description: "Make it easier for people to find you by filling out your profile information."
profile_fields:
name: "Name"
birthday: "Birthday"
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index 92ff9f0ab..b931f741c 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -3223,6 +3223,8 @@ ul#getting_started
.avatar
:height 150px
:width 150px
+ :margin
+ :left 5px
#edit_profile_button_div
:padding