Merge branch 'MDL-71965-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Ilya Tregubov 2021-10-11 12:18:39 +07:00
commit b58338c001
4 changed files with 10 additions and 6 deletions

View file

@ -35,7 +35,8 @@ $string['presetfiles'] = 'Additional theme preset files';
$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See <a href="https://docs.moodle.org/dev/Boost_Presets">Boost presets</a> for information on creating and sharing your own preset files, and see the <a href="https://archive.moodle.net/boost">Presets repository</a> for presets that others have shared.';
$string['preset'] = 'Theme preset';
$string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
$string['privacy:metadata'] = 'The Classic theme does not store any personal data.';
$string['region-side-post'] = 'Right';
$string['region-side-pre'] = 'Left';
$string['sitetitle'] = 'Site title';
$string['privacy:metadata'] = 'The Classic theme does not store any personal data.';
$string['totop'] = 'Go to top';

View file

@ -29,7 +29,7 @@
}}
<div id="goto-top-link">
{{! go to top is sticky to footer so needs to be sibling }}
<a class="btn btn-light" role="button" href="#" aria-label="{{#str}} totop, theme_boost {{/str}}">
<a class="btn btn-light" role="button" href="#" aria-label="{{#str}} totop, theme_classic {{/str}}">
{{#pix}} i/up, core{{/pix}}
</a>
</div>