Skip to content

Commit

Permalink
Lowercase headings in smart contexts UI explanations
Browse files Browse the repository at this point in the history
Minor UI text adjustment to standardize heading capitalization in context, item, and link template explanations
  • Loading branch information
Brian Joseph Petro committed Feb 24, 2025
1 parent f17951b commit 14044c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smart-contexts/smart_contexts.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class SmartContexts extends Collection {
type: 'html',
value: `
<div class="setting-explanation">
<h5>Context Templates</h5>
<h5>Context templates</h5>
<span>Included once in the final output at the beginning (before_context) and end (after_context).</span>
<br>
<br>
Expand All @@ -126,7 +126,7 @@ export class SmartContexts extends Collection {
type: 'html',
value: `
<div class="setting-explanation">
<h5>Item Templates</h5>
<h5>Item templates</h5>
<span>Included once for each item (before_item and after_item).</span>
<br>
<br>
Expand Down Expand Up @@ -156,7 +156,7 @@ export class SmartContexts extends Collection {
type: 'html',
value: `
<div class="setting-explanation">
<h5>Link Templates</h5>
<h5>Link templates</h5>
<span>Inserted before/after each link-based item (depth=1,2,...).
Typically used to separate these items from the primary content.
<i>Note: links are treated similar to items but are aggregated after all items.</i>
Expand Down

0 comments on commit 14044c6

Please sign in to comment.