TYPO
Fix theme selection prompt in read.html
This commit is contained in:
committed by
GitHub
parent
99e91e622e
commit
02b5409b95
@@ -82,7 +82,7 @@
|
||||
<div class="md-content">
|
||||
<h3>{{_('Settings')}}</h3>
|
||||
<div class="form-group themes" id="themes">
|
||||
{{_('Choose a theme below:')}}}<br />
|
||||
{{_('Choose a theme below:')}}<br />
|
||||
|
||||
<!-- Hardcoded a tick in the light theme button because it is the "default" theme. Need to find a way to do this dynamically on startup-->
|
||||
<button type="button" id="lightTheme" class="lightTheme" onclick="selectTheme(this.id)"><span
|
||||
|
||||
Reference in New Issue
Block a user