Skip to content

Commit

Permalink
(fix) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Mar 15, 2024
1 parent 13929e2 commit a628669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class ImportListComponent implements OnInit {
getStatisticsTooltip(row) {
const statistics = this._getStatistics(row);
return Object.keys(statistics)
.map((statkey) => this.getStatisticsLabel(row, statkey) + ': ' + statistics[statkey])
.map((statkey) => this.getStatisticsLabel(row, statkey) + ' : ' + statistics[statkey])
.join('\n');
}

Expand Down

0 comments on commit a628669

Please sign in to comment.