diff --git a/CHANGELOG.md b/CHANGELOG.md index f13173c..7463ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased ## + +### Fixed + +- A special character wrongly displayed in french, on Inventory number generation's tab + ## [2.10.0] - 2025-12-24 ### Added diff --git a/inc/config.class.php b/inc/config.class.php index 510ee13..1c1d15a 100644 --- a/inc/config.class.php +++ b/inc/config.class.php @@ -61,7 +61,7 @@ class PluginGeninventorynumberConfig extends CommonDBTM public static function getTypeName($nb = 0) { - return __s('Inventory number generation', 'geninventorynumber'); + return __('Inventory number generation', 'geninventorynumber'); } public static function getMenuContent()