Skip to content

Commit

Permalink
chore(settings): clearer notion of where the site description is used
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclay committed Dec 21, 2017
1 parent 0536786 commit b881413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,7 @@

'installation:sitename' => "The name of your site:",
'installation:sitedescription' => "Short description of your site (optional):",
'installation:sitedescription:help' => "With bundled plugins this appears only in the description meta tag for search engine results.",
'installation:wwwroot' => "The site URL:",
'installation:path' => "The full path of the Elgg installation:",
'installation:dataroot' => "The full path of the data directory:",
Expand Down
1 change: 1 addition & 0 deletions views/default/forms/admin/site/update_basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'#type' => 'text',
'name' => 'sitedescription',
'#label' => elgg_echo('installation:sitedescription'),
'#help' => elgg_echo('installation:sitedescription:help'),
'value' => elgg_get_config('sitedescription'),
]);

Expand Down

0 comments on commit b881413

Please sign in to comment.