Skip to content
Extraits de code Groupes Projets
Valider 3ea08788 rédigé par mattab's avatar mattab
Parcourir les fichiers

Fix missing i18n reported in http://forum.piwik.org/read.php?2,107293

parent 3da6895b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
v += ' (' + formatPercentage(data[metric] / total) + ')'; v += ' (' + formatPercentage(data[metric] / total) + ')';
} }
} else if (metric == 'avg_time_on_site') { } else if (metric == 'avg_time_on_site') {
v += '<br/> (over ' + data.nb_visits + ' visits)'; v += '<br/> (' + _.nb_visits.replace('%s', data.nb_visits) + ')';
} }
return v; return v;
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter