Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Http/Controllers/AltRedirectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down