You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lang/en/theme_boost_union.php
+2
Original file line number
Diff line number
Diff line change
@@ -1114,6 +1114,8 @@
1114
1114
$string['snippetsgoal'] = 'Goal';
1115
1115
$string['snippetsgoaleyecandy'] = 'Eye candy';
1116
1116
$string['snippetsgoalbugfix'] = 'Bugfix';
1117
+
$string['snippetssource'] = 'Source';
1118
+
$string['snippetssourcetheme_boost_union'] = 'Boost Union built-in';
1117
1119
$string['snippetssnippets'] = 'CSS snippets';
1118
1120
$string['snippetsnothingtodisplay'] = 'There aren\'t any CSS snippets which can be used.';
1119
1121
$string['snippetsoverview_desc'] = '<p>Boost Union\'s CSS snipppets 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.</p>Please note that the CSS 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>';
0 commit comments