Skip to content
Snippets Groups Projects

Gin Settings Using static text that does not support translation.

Open Shivam Tiwari requested to merge issue/gin-3508553:3508553-gin-settings-using into 4.0.x
Files
2
@@ -152,7 +152,7 @@ class GinContentFormHelper implements ContainerInjectionInterface {
// Helper item to move focus to sticky header.
$form['gin_move_focus_to_sticky_bar'] = [
'#markup' => '<a href="#" class="visually-hidden" role="button" gin-move-focus-to-sticky-bar>Moves focus to sticky header actions</a>',
'#markup' => '<a href="#" class="visually-hidden" role="button" gin-move-focus-to-sticky-bar>' . t('Moves focus to sticky header actions') . '</a>',
'#weight' => 999,
];
Loading