diff --git a/htdocs/core/class/html.formticketsup.class.php b/htdocs/core/class/html.formticketsup.class.php
index 52b470c0929..08dbc4e0fe6 100644
--- a/htdocs/core/class/html.formticketsup.class.php
+++ b/htdocs/core/class/html.formticketsup.class.php
@@ -499,7 +499,7 @@ class FormTicketsup
}
print '';
if ($user->admin && !$noadmininfo) {
- print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1);
+ print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
}
}
@@ -597,7 +597,7 @@ class FormTicketsup
}
print '';
if ($user->admin && !$noadmininfo) {
- print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1);
+ print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
}
}
@@ -694,7 +694,7 @@ class FormTicketsup
}
print '';
if ($user->admin && !$noadmininfo) {
- print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"), 1);
+ print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
}
}