File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ THE SOFTWARE.
2626 xmlns : t =" /lib/hudson" xmlns : f =" /lib/form" xmlns : i =" jelly:fmt" xmlns : p =" /lib/hudson/project" >
2727 <l : layout title =" ${it.displayName} Config" permission =" ${it.EXTENDED_READ}" >
2828 <j : set var =" readOnlyMode" value =" ${!it.hasPermission(it.CONFIGURE)}" />
29- <l : breadcrumb title =" ${%Configuration }" />
29+ <l : breadcrumb title =" ${%Configure }" />
3030
3131 <l : header >
3232 <script src =" ${resURL}/jsbundles/section-to-sidebar-items.js" type =" text/javascript" defer =" true" />
3333 </l : header >
3434
3535 <l : side-panel sticky =" true" >
36- <l : app-bar title =" ${%Configuration }" />
36+ <l : app-bar title =" ${%Configure }" />
3737 <div id =" tasks" />
3838 </l : side-panel >
3939
You can’t perform that action at this time.
0 commit comments