diff --git a/lib/WebGUI/Help/Asset_Thingy.pm b/lib/WebGUI/Help/Asset_Thingy.pm index 43108397d..100fce9d8 100644 --- a/lib/WebGUI/Help/Asset_Thingy.pm +++ b/lib/WebGUI/Help/Asset_Thingy.pm @@ -155,7 +155,7 @@ our $HELP = { { 'name' => 'variables by label', }, - { 'name' => 'caller assetId' }, + { 'name' => 'callerAssetId' }, ], related => [ { tag => 'edit thing template', diff --git a/lib/WebGUI/i18n/English/Asset_Thingy.pm b/lib/WebGUI/i18n/English/Asset_Thingy.pm index d513f3f23..a60fc6bd4 100644 --- a/lib/WebGUI/i18n/English/Asset_Thingy.pm +++ b/lib/WebGUI/i18n/English/Asset_Thingy.pm @@ -1162,7 +1162,7 @@ below/after the form element.|, context => q|Hoverhelp for edit field screen|, }, - 'caller assetId' => { + 'callerAssetId' => { message => q|When passed into the www_viewThingData, provides the assetId of the caller asset. Used by RenderThingMacro. See POD.|, lastUpdated => 0, context => q|Template variable help for www_viewThingData|,