diff --git a/src/Http/Controllers/AltRedirectController.php b/src/Http/Controllers/AltRedirectController.php index 109b8f7..e47b0aa 100644 --- a/src/Http/Controllers/AltRedirectController.php +++ b/src/Http/Controllers/AltRedirectController.php @@ -21,8 +21,8 @@ class AltRedirectController ]; private array $instructions = [ - 'redirects' => 'Manage your redirects here. For detailed instructions, please consult the Alt Redirect Readme', - 'query-strings' => 'Alt Redirect can strip query strings from your URIs before they are processed. These are listed below, add the key for query strings you want strip', + 'redirects' => 'Manage your redirects here. For detailed instructions, please consult the Alt Redirect Readme.', + 'query-strings' => 'Alt Redirect can strip query strings from your URIs before they are processed. These are listed below. Add the key for query strings you want strip.', ]; // Work out what page we're handling