From 318db53818a85c23f96a4b758e64d4afc3b7556b Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 31 Aug 2020 19:22:08 +0200 Subject: [PATCH] Typo --- changelog/60_UNRELEASED_2020-xx-xx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 0b3a3c73..6c12bf62 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -81,8 +81,8 @@ - The `config.php` option `CULTURE` was renamed to `DEFAULT_LOCALE` - So the used language is based on (in that order) - The user setting - - If not set, then based on browser locale - - If no matching localizaton was found, `DEFAULT_LOCALE` from `config.php` is used + - If not set, then based on browser locale + - If no matching localizaton was found, `DEFAULT_LOCALE` from `config.php` is used - Performance improvements (page loading time) of the stock overview page (thanks @fipwmaqzufheoxq92ebc) - The prerequisites checker now also checks for the minimum required SQLite version (thanks @Forceu) - Replaced (again, added before in v2.7.0, then reverted in v2.7.1 due to some problems) [QuaggaJS](https://github.com/serratus/quaggaJS) (seems to be unmaintained) by [Quagga2](https://github.com/ericblade/quagga2)