From 25e4a047add903a03ad5674667a87e977a4425fd Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Thu, 7 Nov 2024 12:13:04 +0100 Subject: [PATCH] Call it SCSS snippets instead of CSS snippets, part 2 --- lang/en/theme_boost_union.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/theme_boost_union.php b/lang/en/theme_boost_union.php index 7d81a4a5550..c741f88700c 100644 --- a/lang/en/theme_boost_union.php +++ b/lang/en/theme_boost_union.php @@ -1122,7 +1122,7 @@ $string['snippetsgoaleyecandy'] = 'Eye candy'; $string['snippetsnothingtodisplay'] = 'There aren\'t any SCSS snippets which can be used.'; $string['snippetsoverview'] = 'Overview'; -$string['snippetsoverview_desc'] = '

Boost Union\'s SCSS snippets offer a possibility to add small (or slightly larger) amounts of CSS to the Moodle site. This can be particularly handy for fixing small visual glitches in Moodle core or for adding eye candy to your Moodle site.

Please note that the SCSS snippets are added to the SCSS stack one after another. Thus, the order of the snippets on this page is key.

Please note as well that after each change which you make on this page, the theme cache is purged. This is necessary to make sure that the compiled SCSS code which is shipped to the browser is up-to-date.

'; +$string['snippetsoverview_desc'] = '

Boost Union\'s SCSS snippets offer a possibility to add small (or slightly larger) amounts of SCSS to the Moodle site. This can be particularly handy for fixing small visual glitches in Moodle core or for adding eye candy to your Moodle site.

Please note that the SCSS snippets are added to the SCSS stack one after another. Thus, the order of the snippets on this page is key.

Please note as well that after each change which you make on this page, the theme cache is purged. This is necessary to make sure that the compiled SCSS code which is shipped to the browser is up-to-date.

'; $string['snippetsscope'] = 'Scope'; $string['snippetsscopecourse'] = 'Course'; $string['snippetsscopedashboard'] = 'Dashboard';