Skip to content

Commit

Permalink
Remove locale for tooltip parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Clara Wiatrowski committed Jun 9, 2021
1 parent 2622ea3 commit 9539bc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ This page displays a list of running jobs.
break;
}
%>
<img src="<%=bullet%>" alt="<%=I18N.getString(locale, altStatus)%>" title="<%=I18N.getString(locale, altStatus)%>"/>
<img src="<%=bullet%>" alt="<fmt:message key="<%=altStatus%>"/>" title="<fmt:message key="<%=altStatus%>"/>"/>
&nbsp;
<a href="<%=info.getHostUrl()%>" target="_blank"><%=info.getHostName()%></a>
</td>
Expand Down

0 comments on commit 9539bc0

Please sign in to comment.