translations
translations copied to clipboard
[v4.2.2] HTTP.invalidRoute message has been changed
See https://github.com/codeigniter4/CodeIgniter4/pull/6269
- 'invalidRoute' => '{0} route cannot be found while reverse-routing.',
+ 'invalidRoute' => 'The route for "{0}" cannot be found.',
This change will be included in v4.2.2.
Fixed in https://github.com/codeigniter4/translations/pull/318
https://github.com/codeigniter4/translations/pull/321 Fixed
