Skip to content

Commit 3fac0f4

Browse files
committed
Improve notice when no snippets are avaiable
1 parent 25e4a04 commit 3fac0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/en/theme_boost_union.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@
11201120
$string['snippetsgoaldevsonly'] = 'For developers only';
11211121
$string['snippetsgoaleaseofuse'] = 'Ease of use';
11221122
$string['snippetsgoaleyecandy'] = 'Eye candy';
1123-
$string['snippetsnothingtodisplay'] = 'There aren\'t any SCSS snippets which can be used.';
1123+
$string['snippetsnothingtodisplay'] = 'There aren\'t any SCSS snippets which can be used. Please go to the settings tab and enable the built-in SCSS snippets or upload your own SCSS snippets.';
11241124
$string['snippetsoverview'] = 'Overview';
11251125
$string['snippetsoverview_desc'] = '<p>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.</p>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.</p><p>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.</p>';
11261126
$string['snippetsscope'] = 'Scope';

0 commit comments

Comments
 (0)