1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-26 03:01:23 +02:00

Update duplicated status message to follow pattern.

This commit is contained in:
Joshua Jabbour
2014-03-24 23:27:21 -07:00
parent 168da436d1
commit 36d99d43d8

View File

@@ -75,7 +75,7 @@
t.append(", " + data.nb_failed_statements + " of which failed");
}
if (duplicate) {
t.append(", " + duplicate + " of which were duplicates");
t.append(", " + duplicate + " of which were duplicated");
}
if (data.accumulated_duration_str) {
this.$status.append($('<span title="Accumulated duration" />').addClass(csscls('duration')).text(data.accumulated_duration_str));