We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7eb9a7 commit db64bf4Copy full SHA for db64bf4
core/src/main/resources/hudson/tasks/Shell/global.jelly
@@ -24,7 +24,7 @@ THE SOFTWARE.
24
25
<?jelly escape-by-default='true'?>
26
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
27
- <f:section title="Shell">
+ <f:section title="${%Shell}">
28
<f:entry title="${%Shell executable}" field="shell">
29
<f:textbox />
30
</f:entry>
0 commit comments