Changes for page VelocityMacros
Last modified by Leon Poon on 2019/06/16 22:47
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -114,13 +114,13 @@ 114 114 <ul class="noitems"> 115 115 #if ($data.examples) 116 116 <li> 117 - <a href="$examplesURL"> Sees</a>117 + <a href="$examplesURL">$services.localization.render('help.example.label')</a> 118 118 </li> 119 119 #end 120 120 #if ($data.documentation) 121 121 <li> 122 122 <a href="$documentationURL"#if ($externalDocumentation) class="wikiexternallink"#end> 123 - Learn123 + $services.localization.render('help.more.label') 124 124 </a> 125 125 </li> 126 126 #end