未验证 提交 57b2bf79 编写于 作者: D Daniel Beck 提交者: GitHub

Merge pull request #3526 from jsoref/title

i18n/a11y: provide alt text for the jenkins logo and masthead
......@@ -184,7 +184,7 @@ ${h.initPageVariables(context)}
<div id="header">
<div class="logo">
<a id="jenkins-home-link" href="${rootURL}/">
<img id="jenkins-head-icon" src="${imagesURL}/headshot.png" alt="title" />
<img id="jenkins-head-icon" src="${imagesURL}/headshot.png" alt="[${%jenkinshead.alt}]" />
<img id="jenkins-name-icon" src="${imagesURL}/title.png" alt="${%title}" width="139" height="34" />
</a>
</div>
......
......@@ -23,3 +23,5 @@
# do not localize unless a localized wiki page really exists.
searchBox.url=https://jenkins.io/redirect/search-box
logout=log out
title=Jenkins
jenkinshead.alt=Jenkins
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册