We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47182fc commit e6c88b5Copy full SHA for e6c88b5
public/js/gantt-helper.js
@@ -152,7 +152,7 @@ const GlpiGantt = (function() {
152
});
153
154
gantt.templates.tooltip_text = (start, end, task) => {
155
- let text = "<b><span class=\"capitalize\">" +
+ let text = "<b><span class=\"capitalize\">" +
156
task.type + ":</span></b> " + task.text + "<br/><b>" + __("Start date:", 'gantt') + "</b> " +
157
gantt.templates.tooltip_date_format(start) +
158
"<br/><b>" + __("End date:", 'gantt') + "</b> " + gantt.templates.tooltip_date_format(end) +
0 commit comments