diff --git a/htdocs/admin/limits.php b/htdocs/admin/limits.php index 66c1ae1ce56..3806258d246 100644 --- a/htdocs/admin/limits.php +++ b/htdocs/admin/limits.php @@ -169,7 +169,7 @@ else if (empty($mysoc->country_code)) { $langs->load("errors"); - $warnpicto=img_error($langs->trans("WarningMandatorySetupNotComplete")); + $warnpicto=img_warning($langs->trans("WarningMandatorySetupNotComplete")); print '
'.$warnpicto.' '.$langs->trans("WarningMandatorySetupNotComplete").''; } else diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index b084f21164c..733569d8071 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -505,7 +505,6 @@ if ($action == 'edit') print ''; print ''; - print '
'; } else { @@ -662,7 +661,6 @@ else // Run the test to connect if ($action == 'testconnect') { - print '
'; print load_fiche_titre($langs->trans("DoTestServerAvailability")); // If we use SSL/TLS @@ -688,7 +686,6 @@ else // Show email send test form if ($action == 'test' || $action == 'testhtml') { - print '
'; print load_fiche_titre($action == 'testhtml'?$langs->trans("DoTestSendHTML"):$langs->trans("DoTestSend")); // Cree l'objet formulaire mail diff --git a/htdocs/langs/en_US/oauth.lang b/htdocs/langs/en_US/oauth.lang index 4cc08b058c6..260c0e1f902 100644 --- a/htdocs/langs/en_US/oauth.lang +++ b/htdocs/langs/en_US/oauth.lang @@ -8,7 +8,7 @@ TokenDeleted=Token deleted RequestAccess=Click here to request/renew access and receive a new token to save DeleteAccess=Click here to delete token UseTheFollowingUrlAsRedirectURI=Use the following URL as the Redirect URI when creating your credential on your OAuth provider: -ListOfSupportedOauthProviders=Enter here credential provided by your OAuth2 provider. Only supported OAuth2 providers are visible here. This setup may be used by other modules than need OAuth2 authentication. +ListOfSupportedOauthProviders=Enter here credential provided by your OAuth2 provider. Only supported OAuth2 providers are visible here. This setup may be used by other modules that need OAuth2 authentication. OAUTH_GOOGLE_NAME=Api Google OAUTH_GOOGLE_ID=Api Google Id OAUTH_GOOGLE_SECRET=Api Google Secret