Skip to content

Commit

Permalink
fix(locales): follow change of a localizable string from GLPI 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 12, 2017
1 parent f739c54 commit 75a1057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/targetbase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ protected function showTemplateSettins($rand) {
protected function showDueDateSettings($rand) {
global $DB;

echo '<td width="15%">' . __('Due date') . '</td>';
echo '<td width="15%">' . __('Time to resolve') . '</td>';
echo '<td width="45%">';

// Due date type selection
Expand Down

0 comments on commit 75a1057

Please sign in to comment.