Authorization successfull -> Authorization successful Authorization successfull -> Authorization successful
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Authorization successfull -> Authorization successful

Started by Makc666, December 01, 2005, 06:29:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Makc666

There is code in english.php:
  'recovery_success_title' => 'Authorization successfull',

There is error in word: successful
It must be typed with one "l" at the end.

Correct code:
  'recovery_success_title' => 'Authorization successful',

Joachim Müller