Skip to content

Commit ab1e7f2

Browse files
committed
contact title changes for testing. Jex
1 parent 1a0b116 commit ab1e7f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sites/all/modules/custom/admin_config/admin_config.features.menu_links.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function admin_config_menu_default_menu_links() {
2929
'menu_name' => 'main-menu',
3030
'link_path' => 'contact',
3131
'router_path' => 'contact',
32-
'link_title' => 'Contact Us',
32+
'link_title' => 'Contact US',
3333
'options' => array(
3434
'attributes' => array(
3535
'title' => '',
@@ -50,7 +50,7 @@ function admin_config_menu_default_menu_links() {
5050
'link_title' => 'HomePage View',
5151
'options' => array(),
5252
'module' => 'system',
53-
'hidden' => '1',
53+
'hidden' => '0',
5454
'external' => '0',
5555
'has_children' => '0',
5656
'expanded' => '0',
@@ -89,7 +89,7 @@ function admin_config_menu_default_menu_links() {
8989
// Translatables
9090
// Included for use with string extractors like potx.
9191
t('Compose tips');
92-
t('Contact Us');
92+
t('Contact US');
9393
t('Home');
9494
t('HomePage View');
9595
t('User account');

0 commit comments

Comments
 (0)