doc: Rename "report an issue" label
Clarify the "Report an issue" label in HTML documentation. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
6cf694a2ad
commit
7d3381f9c8
1 changed files with 1 additions and 1 deletions
2
doc/_templates/breadcrumbs.html
vendored
2
doc/_templates/breadcrumbs.html
vendored
|
|
@ -26,7 +26,7 @@
|
|||
{%- set git_last_updated, sha1 = pagename | git_info | default((None, None), true) %}
|
||||
{%- if sha1 %}
|
||||
<a href="{{ pagename | gh_link_get_open_issue_url(sha1) }}" class="fa fa-bug">
|
||||
{{ _('Report an issue')}}
|
||||
{{ _('Report an issue with this page')}}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue