diff options
Diffstat (limited to 'mustache-templates/reproducible/package_navigation.mustache')
-rw-r--r-- | mustache-templates/reproducible/package_navigation.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mustache-templates/reproducible/package_navigation.mustache b/mustache-templates/reproducible/package_navigation.mustache index 26c0228c..f75221bb 100644 --- a/mustache-templates/reproducible/package_navigation.mustache +++ b/mustache-templates/reproducible/package_navigation.mustache @@ -17,7 +17,7 @@ {{/reproducible}} {{/notes_uri}} <li> - <a href="{{history_uri}}" target="main">test history</a> + <a href="{{history_uri}}" target="main">Test history</a> <ul class="children"><li> Filter by: {{#history_archs}} @@ -33,7 +33,7 @@ <a href="https://bugs.debian.org/src:{{package}}" title="Go to: Debian Bug Tracking Site">BTS</a> </li> <li> - <a href="https://sources.debian.net/src/{{package}}/{{version}}/" title="Go to: the package source!">sources</a> + <a href="https://sources.debian.net/src/{{package}}/{{version}}/" title="Go to: the package source!">Package source</a> <ul class="children"> <li> <div><a href="https://sources.debian.net/src/{{package}}/{{version}}/debian">debian/</a></div> |