]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-nickname.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / member / what-nickname.php
index 5312676f6671a0ecc4adaf927cac5746049b2b04..5cb477c76767c6155c30bd90d4542eb0bffdb5c9 100644 (file)
@@ -103,7 +103,7 @@ if ($isValid === true) {
        // Load template
        displayMessage($content);
 } else {
-       // Do we have already submit the form?
+       // Is there already submit the form?
        if (isPostRequestElementSet('nickname')) {
                loadTemplate('admin_settings_unsaved', false, '{--MEMBER_NICKNAME_IS_INVALID--}');
        } // END - if