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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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