diff --git a/htdocs/admin/oauth.php b/htdocs/admin/oauth.php
index 2fd6aff1a3b..038a07d5be3 100644
--- a/htdocs/admin/oauth.php
+++ b/htdocs/admin/oauth.php
@@ -120,7 +120,7 @@ foreach ($list as $key) {
}
print '';
print ajax_combobox('provider');
-print ' ';
+print ' ';
print ' ';
print ' ';
print ' ';
diff --git a/htdocs/langs/en_US/oauth.lang b/htdocs/langs/en_US/oauth.lang
index 50e6b5031c7..0a596070da1 100644
--- a/htdocs/langs/en_US/oauth.lang
+++ b/htdocs/langs/en_US/oauth.lang
@@ -9,7 +9,7 @@ HasAccessToken=A token was generated and saved into local database
NewTokenStored=Token received and saved
ToCheckDeleteTokenOnProvider=Click here to check/delete authorization saved by %s OAuth provider
TokenDeleted=Token deleted
-RequestAccess=Click here to request/renew access and receive a new token to save
+RequestAccess=Click here to request/renew access and receive a new token
DeleteAccess=Click here to delete token
UseTheFollowingUrlAsRedirectURI=Use the following URL as the Redirect URI when creating your credentials with your OAuth provider:
ListOfSupportedOauthProviders=Enter the credentials provided by your OAuth2 provider. Only supported OAuth2 providers are listedd here. These services may be used by other modules that need OAuth2 authentication.