diff --git a/app/views/albums/show.html.haml b/app/views/albums/show.html.haml
index 6ab43e69d..4941a2bee 100644
--- a/app/views/albums/show.html.haml
+++ b/app/views/albums/show.html.haml
@@ -13,7 +13,7 @@
= render 'shared/author_info', :post => @album
%ul#breadcrumb
- %li= link_to "Photos", '#'
+ %li= link_to "#{@album.person.profile.first_name}'s Photos", '#'
%li= @album.name
diff --git a/app/views/photos/show.html.haml b/app/views/photos/show.html.haml
index 40fbc119c..9b48538e5 100644
--- a/app/views/photos/show.html.haml
+++ b/app/views/photos/show.html.haml
@@ -58,7 +58,7 @@
= render 'shared/author_info', :post => @photo
%ul#breadcrumb
- %li= link_to "Photos", '#'
+ %li= link_to "#{@album.person.profile.first_name}'s Photos", '#'
%li= link_to @album.name, album_path(@album)
%li= @photo.caption