Skip to content

Commit a5d82f2

Browse files
[DOCS] Updating Edit Button for articles for master (#25832)
Porting: #25831
1 parent 98956aa commit a5d82f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/openvino_sphinx_theme/openvino_sphinx_theme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def has_github_page():
2222
return False
2323

2424
def get_edit_url():
25-
"""Return a URL for an "edit this page" link."""
25+
"""Return a URL for an "Edit on GitHub" link."""
2626
doc_context = dict()
2727
doc_context.update(**context)
2828

docs/openvino_sphinx_theme/openvino_sphinx_theme/templates/edit-this-page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% set src = sourcename.split('.') %}
44
<div class="editthispage">
55
<a class='button button-size-m' href="{{ get_edit_url() }}">
6-
<i class="fas fa-pencil-alt"></i> {{ _("Edit this page") }}
6+
<i class="fas fa-pencil-alt"></i> {{ _("Edit on GitHub") }}
77
</a>
88
</div>
99
{% endif %}

0 commit comments

Comments
 (0)