Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion inc/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down