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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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