From 0b9ca67fde13d248a46860050d463f1d0102ffdf Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 21 Feb 2021 17:05:08 +0100 Subject: [PATCH] Rewording --- app/views/welcome/home.slim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"