diff --git a/app/views/welcome/home.slim b/app/views/welcome/home.slim index 6cc6aad..29cc942 100644 --- a/app/views/welcome/home.slim +++ b/app/views/welcome/home.slim @@ -12,14 +12,13 @@ p ' This website lets you browse screenshots of => number_with_delimiter(@package_count) - ' software packages coming with - ' Debian and other Linux distributions. And of course you are encouraged to upload - ' your own screenshots for others to explore. + ' software packages coming with Debian and other Linux distributions. + ' Enlarge the collection and upload a screenshot yourself. No registration needed. p = form_tag(packages_grid_path, method: 'GET') .input-group - input.input-group-field type="search" name="search" placeholder="Looking for a special software?" autofocus="true" + input.input-group-field type="search" name="search" placeholder="Looking for a special software? Try: game" autofocus="true" .input-group-button input.button.postfix type="submit" value="Search"