diff options
Diffstat (limited to 'templates/show_user_recommendations.inc.php')
-rw-r--r-- | templates/show_user_recommendations.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user_recommendations.inc.php b/templates/show_user_recommendations.inc.php index a89be09e..51d40c8c 100644 --- a/templates/show_user_recommendations.inc.php +++ b/templates/show_user_recommendations.inc.php @@ -26,7 +26,7 @@ <?php if (count($recommended_artists)) { $items = $working_user->format_recommendations($recommended_artists,'artist'); - show_info_box(_('Recommended Aritsts'),'artist',$items); + show_info_box(_('Recommended Artists'),'artist',$items); } else { echo "<span class=\"error\">" . _('Not Enough Data') . "</span>"; |