Tarea #1055 -> En el perfil, pone en una caja "Decatitated to me" y debe ser "Dedicated to me"

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@158 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-30 14:41:36 +00:00
parent 0c56dc8bbe
commit 7bd215da82

View File

@ -5,7 +5,7 @@ $from_dedications = bp_dedication_get_dedications_to_user($bp->displayed_user->i
$count = 0;
$dedication_link = bp_core_get_userlink($bp->displayed_user->id, false, true) . $bp->dedications->slug . '/dedicated-2u/page/2/';
?>
<h4><?php _e('Dedicatited 2 me'); ?></h4>
<h4><?php _e('Dedicated 2 me'); ?></h4>
<?php foreach ($from_dedications as $post) :
$count++;
if ($count > 10) {?>