translations icon indicating copy to clipboard operation
translations copied to clipboard

[v4.2.2] HTTP.invalidRoute message has been changed

Open kenjis opened this issue 3 years ago • 2 comments

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.

kenjis avatar Jul 20 '22 21:07 kenjis

Fixed in https://github.com/codeigniter4/translations/pull/318

tangix avatar Aug 04 '22 10:08 tangix

https://github.com/codeigniter4/translations/pull/321 Fixed

image

Terrorboy avatar Aug 08 '22 00:08 Terrorboy