Skip to content

Commit e6c88b5

Browse files
Rom1-Bstonebuzz
andcommitted
Update public/js/gantt-helper.js
Co-authored-by: Stanislas <[email protected]>
1 parent 47182fc commit e6c88b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/gantt-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const GlpiGantt = (function() {
152152
});
153153

154154
gantt.templates.tooltip_text = (start, end, task) => {
155-
let text = "<b><span class=\"capitalize\">" +
155+
let text = "<b><span class=\"capitalize\">" +
156156
task.type + ":</span></b> " + task.text + "<br/><b>" + __("Start date:", 'gantt') + "</b> " +
157157
gantt.templates.tooltip_date_format(start) +
158158
"<br/><b>" + __("End date:", 'gantt') + "</b> " + gantt.templates.tooltip_date_format(end) +

0 commit comments

Comments
 (0)