We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cebc5f commit c5a4e69Copy full SHA for c5a4e69
_resourcepdf/overrides/partials/edit.html
@@ -1,11 +1,11 @@
1
<div data-banner="data-banner">
2
<div class="actions">
3
- <a href="{{ page.edit_url }}" title="Improve this page on GitHub" class="edit-page-link">
+ <a href="{{ page.edit_url }}" title="Edit on GitHub" class="edit-page-link">
4
<span class="edit-page-icon">
5
{% set icon = config.theme.icon.edit or "material/file-edit-outline" %}
6
{% include ".icons/" ~ icon ~ ".svg" %}
7
</span>
8
- <span class="edit-page-text">Improve this page on GitHub</span>
+ <span class="edit-page-text">Edit on GitHub</span>
9
</a>
10
</div>
11
0 commit comments