From bf0f292434637806f50aef4d44f667e2e2841e5f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 1 Apr 2025 13:22:05 +0200 Subject: [PATCH] Fix i18n en --- xExtension-ReadingTime/i18n/en/ext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xExtension-ReadingTime/i18n/en/ext.php b/xExtension-ReadingTime/i18n/en/ext.php index c48b6e1..cc0288e 100644 --- a/xExtension-ReadingTime/i18n/en/ext.php +++ b/xExtension-ReadingTime/i18n/en/ext.php @@ -7,7 +7,7 @@ return array( 'help' => 'Conversion factor to reading time from metrics', 'invalid' => 'Reading speed must be greater than 0', ), - 'source' => array( + 'metrics' => array( 'label' => 'Source metrics', 'help' => 'Source of reading time calculation', 'words' => 'Number of words',