Skip to content

Commit 35cf374

Browse files
daniel-becktimja
andauthored
Do not pick up random message Jelly variable in l:keyboard-shortcut (jenkinsci#26214)
Do not pick up random `message` Jelly variable in l:keyboard-shortcut Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com> Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent d3e912e commit 35cf374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/lib/layout/keyboard-shortcut.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ THE SOFTWARE.
5353
</j:choose>
5454
</div>
5555
</j:set>
56-
<j:out value="${h.formatMessage(message, h.translateModifierKeysForUsersPlatform(body))}"/>
56+
<j:out value="${h.formatMessage(attrs.message, h.translateModifierKeysForUsersPlatform(body))}"/>
5757
</div>
5858
</j:set>
5959

0 commit comments

Comments
 (0)