Skip to content

Commit

Permalink
Use sentence-case in old-style pagedown preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Oct 17, 2020
1 parent 51e3d0e commit 8631b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pagedown.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if show_preview %}
<div id="{{ id|safe }}-preview" data-preview-url="{{ preview_url }}" data-textarea-id="{{ id }}"
data-timeout="{{ preview_timeout or '' }}" class="wmd-panel wmd-preview dmmd-preview {{ extra_classes }}">
<div class="dmmd-preview-update"><i class="fa fa-refresh"></i> Update Preview</div>
<div class="dmmd-preview-update"><i class="fa fa-refresh"></i> Update preview</div>
<div class="dmmd-preview-content content-description"></div>
</div>
{% endif %}
Expand Down

0 comments on commit 8631b92

Please sign in to comment.