diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2f364761..233952fe40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] ### Fixed + - Fix generate associated item massive action +- Update locales + ## [2.12.6] - 2026-02-23 diff --git a/inc/other.class.php b/inc/other.class.php index eacfbaf889..20e0682e53 100644 --- a/inc/other.class.php +++ b/inc/other.class.php @@ -37,7 +37,7 @@ class PluginOrderOther extends CommonDBTM public static function getTypeName($nb = 0) { - return __s("Other kind of items"); + return __("Other kind of items", 'order'); }