Skip to content

Commit

Permalink
[JENKINS-62421] Making aria-labels localizable
Browse files Browse the repository at this point in the history
Reusing the same property that is used for the placeholder
  • Loading branch information
romenrg committed May 25, 2020
1 parent b80ad73 commit 4c275d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/jenkins/model/Jenkins/login.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ THE SOFTWARE.
</j:if>
<div class="formRow">
<input
aria-label="Username"
aria-label="${%Username}"
class="${inputClass}"
type="text"
name="j_username"
Expand All @@ -95,7 +95,7 @@ THE SOFTWARE.
</div>
<div class="formRow">
<input
aria-label="Password"
aria-label="${%Password}"
class="${inputClass}"
type="password"
name="j_password"
Expand Down

0 comments on commit 4c275d2

Please sign in to comment.