From 1f576ee0a091375c21aa2667ecbda21a483a4e05 Mon Sep 17 00:00:00 2001 From: Vlad <70394501+Vladbooka@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:01:58 +0300 Subject: [PATCH] Update theme_stream.php typo corrected --- lang/en/theme_stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/theme_stream.php b/lang/en/theme_stream.php index d070a8a..a8153b0 100644 --- a/lang/en/theme_stream.php +++ b/lang/en/theme_stream.php @@ -167,7 +167,7 @@ // Privacy API. $string['privacy:metadata'] = 'Stream theme does not store any personal data about any user.'; $string['featuredcategoriessubtitle'] = 'Categories widget subtitle'; -$string['featuredcategoriessubtitle_desc'] = 'A simple text to use as subtitle for the widget. Will show nothing if setting is empy.'; +$string['featuredcategoriessubtitle_desc'] = 'A simple text to use as subtitle for the widget. Will show nothing if setting is empty.'; // End of Privacy API. $string['courseindexheading'] = 'Show extra info in the course index.'; $string['courseindexheading_desc'] = 'Show course name or shortname as heading in the course index.';