diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-02 20:08:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-02 20:08:51 +0200 |
commit | e638768ccac50908d139bf447e17e1b6c432bf00 (patch) | |
tree | 6f95017fa886de95ec43fa3fd6b22217b17104c0 /mustache-templates | |
parent | 13608ca2dd959922465a090a276f5ee32c59221a (diff) | |
download | jenkins.debian.net-e638768ccac50908d139bf447e17e1b6c432bf00.tar.xz |
reproducible Debian: fix more Capitalisations in the navigation
Diffstat (limited to 'mustache-templates')
-rw-r--r-- | mustache-templates/reproducible/main_navigation.mustache | 2 | ||||
-rw-r--r-- | mustache-templates/reproducible/project_links.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache index 45a472e5..594f2e95 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -135,7 +135,7 @@ </li> </ul> <ul class="menu new-menu"> - <h4>Reproducible Debian Overview</h4> + <h4>Reproducible Debian overview</h4> <li {{#issues}}class='active'{{/issues}}> <a href="/debian/">Dashboard</a> </li> diff --git a/mustache-templates/reproducible/project_links.mustache b/mustache-templates/reproducible/project_links.mustache index 6ccd1afc..4003e64f 100644 --- a/mustache-templates/reproducible/project_links.mustache +++ b/mustache-templates/reproducible/project_links.mustache @@ -1,5 +1,5 @@ <ul class="reproducible-links new-menu children"> - <h4>Reproducible Builds Projects</h4> + <h4>Reproducible Builds projects</h4> <li> <a href="https://Reproducible-builds.org">Reproducible-builds.org</a><br /> Reproducible-builds.org - <a href="https://Reproducible-builds.org/docs/">HowTo</a><br /> |