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
7 changes: 6 additions & 1 deletion 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

- Fix error message "Unknown '_sx' function"

## [1.20.0] - 2025-09-16

### Added
Expand Down Expand Up @@ -43,4 +49,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added
- GLPI 9.5 compatibility

2 changes: 1 addition & 1 deletion templates/config.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<div class="pe-5 ms-auto">
<button class="btn btn-primary" type="submit" name="update" value="1">
<i class="ti ti-device-floppy"></i>
<span>{{ _sx('button', 'Save') }}</span>
<span>{{ _x('button', 'Save') }}</span>
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/preference.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="pe-5 ms-auto">
<button class="btn btn-primary" type="submit" name="plugin_treeview_user_preferences_save" value="1">
<i class="ti ti-device-floppy"></i>
<span>{{ _sx('button', 'Save') }}</span>
<span>{{ _x('button', 'Save') }}</span>
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/profile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="pe-5 ms-auto">
<button class="btn btn-primary" type="submit" name="update_user_profile" value="1">
<i class="ti ti-device-floppy"></i>
<span>{{ _sx('button', 'Update') }}</span>
<span>{{ _x('button', 'Update') }}</span>
</button>
</div>
</div>
Expand Down