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';