diff --git a/docs/source/_templates/breadcrumbs.html b/docs/source/_templates/breadcrumbs.html index efb31a5e..d6d29f14 100644 --- a/docs/source/_templates/breadcrumbs.html +++ b/docs/source/_templates/breadcrumbs.html @@ -61,7 +61,7 @@ {% elif show_source and source_url_prefix %} {{ _('View page source') }} {% elif show_source and has_source and sourcename %} - {{ _('GitHub') }} + {{ _('View on GitHub') }} {% endif %} {% endif %}