Fix typo
This commit is contained in:
parent
f36a30f9fe
commit
6843bfcc15
@ -2622,7 +2622,7 @@ class Form
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
print "</select>";
|
print "</select>";
|
||||||
if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1);
|
if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
|
||||||
} else {
|
} else {
|
||||||
print $langs->trans("NoShippingMethodDefined");
|
print $langs->trans("NoShippingMethodDefined");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user