Issue #3015004 by tedbow, andrewmacpherson, tim.plunkett: Distinguish between the repeated text of remove-section buttons in Layout Builder UI
parent
a4c915aaff
commit
23d304ffd8
|
@ -305,7 +305,7 @@ class LayoutBuilderController implements ContainerInjectionInterface {
|
|||
],
|
||||
'remove' => [
|
||||
'#type' => 'link',
|
||||
'#title' => $this->t('Remove section'),
|
||||
'#title' => $this->t('Remove section <span class="visually-hidden">@section</span>', ['@section' => $delta + 1]),
|
||||
'#url' => Url::fromRoute('layout_builder.remove_section', [
|
||||
'section_storage_type' => $storage_type,
|
||||
'section_storage' => $storage_id,
|
||||
|
|
Loading…
Reference in New Issue