Issue #3015004 by tedbow, andrewmacpherson, tim.plunkett: Distinguish between the repeated text of remove-section buttons in Layout Builder UI

8.7.x
Alex Pott 2018-11-22 15:01:23 +00:00
parent a4c915aaff
commit 23d304ffd8
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -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,