File tree 1 file changed +3
-3
lines changed
sites/all/modules/custom/admin_config 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function admin_config_menu_default_menu_links() {
29
29
'menu_name ' => 'main-menu ' ,
30
30
'link_path ' => 'contact ' ,
31
31
'router_path ' => 'contact ' ,
32
- 'link_title ' => 'Contact Us ' ,
32
+ 'link_title ' => 'Contact US ' ,
33
33
'options ' => array (
34
34
'attributes ' => array (
35
35
'title ' => '' ,
@@ -50,7 +50,7 @@ function admin_config_menu_default_menu_links() {
50
50
'link_title ' => 'HomePage View ' ,
51
51
'options ' => array (),
52
52
'module ' => 'system ' ,
53
- 'hidden ' => '1 ' ,
53
+ 'hidden ' => '0 ' ,
54
54
'external ' => '0 ' ,
55
55
'has_children ' => '0 ' ,
56
56
'expanded ' => '0 ' ,
@@ -89,7 +89,7 @@ function admin_config_menu_default_menu_links() {
89
89
// Translatables
90
90
// Included for use with string extractors like potx.
91
91
t ('Compose tips ' );
92
- t ('Contact Us ' );
92
+ t ('Contact US ' );
93
93
t ('Home ' );
94
94
t ('HomePage View ' );
95
95
t ('User account ' );
You can’t perform that action at this time.
0 commit comments