diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f87237..ab27e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ 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 locales encoding + ## [2.10.3] - 2025-11-25 -## Fixed +### Fixed - Fix config redirection link - Fix plugin name display in marketplace diff --git a/ajax/locations.php b/ajax/locations.php index 4808dc1..db581e2 100644 --- a/ajax/locations.php +++ b/ajax/locations.php @@ -45,7 +45,7 @@ Location::dropdown(['value' => ($location == '' ? 0 : $location), 'comments' => 1, 'entity' => $_POST["entity"], - 'toadd' => [-1 => __s('Keep previous location', 'uninstall'), + 'toadd' => [-1 => __('Keep previous location', 'uninstall'), 0 => __s('Empty location', 'uninstall'), ], ]);