From 44632d93fe2ae95bd6d275ea5cff28181632f6c7 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 14 Jan 2018 17:57:49 +0100 Subject: [PATCH] Rename source link label --- docs/source/_templates/breadcrumbs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}