# Part 1
* in Admin Console
# go to {nav Configuration > Advanced} section
# uncheck `Use Small Section Headers` checkbox and save changes
# go to {nav Website & Content > Labels & Phrases} section
# confirm, that you see:
* in heading: parent section icon and name
* in blue bar: this section name
# go to {nav Configuration > Advanced} section
# check `Use Small Section Headers` checkbox and save changes
# go to {nav Website & Content > Labels & Phrases} section
# confirm, that you see:
* in heading: nothing
* in blue bar: {this section name} - {parent section name} (without braces)
# Part 2
* in IDE:
# open `/core/admin_templates/languages/phrase_list.tpl` file for editing
# before rendering of `combined_header` block add this: `<inp2:m_DefineElement name="extra_heading"><td>extra heading</td></inp2:m_DefineElement>`
# add ` additional_title_render_as="extra_heading"` parameter, where `combined_header` block is rendered
* in Admin Console
# go to {nav Configuration > Advanced} section
# uncheck `Use Small Section Headers` checkbox and save changes
# go to {nav Website & Content > Labels & Phrases} section
# confirm, that you see:
* in heading: parent section icon and name, and on next row `extra heading` text
* in blue bar: this section name
# go to {nav Configuration > Advanced} section
# check `Use Small Section Headers` checkbox and save changes
# go to {nav Website & Content > Labels & Phrases} section
# confirm, that you see:
* in heading: `extra heading` text
* in blue bar: {this section name} - {parent section name} (without braces)