Skip to content
Snippets Groups Projects
Commit 3e3f16e8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1809590 by ditcheva, franskuipers, droplet: Rename 'Find Content' to 'All Content'.

parent b4cc0cc5
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -60,7 +60,7 @@ function setUp() {
$shortcut_set->links[$menu_link->uuid()] = $menu_link;
$menu_item = entity_create('menu_link', array(
'link_path' => 'admin/content',
'link_title' => st('Find content'),
'link_title' => st('All content'),
'weight' => -19,
));
$menu_item->save();
......
......@@ -252,7 +252,7 @@ function standard_install() {
$menu_link = entity_create('menu_link', array(
'link_path' => 'admin/content',
'link_title' => st('Find content'),
'link_title' => st('All content'),
'weight' => -19,
));
$menu_link->save();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment