From 7964112dfaf64f26c127f61499a253404d6799df Mon Sep 17 00:00:00 2001
From: Martin <github@diemattels.at>
Date: Wed, 13 Oct 2021 09:57:04 +0200
Subject: [PATCH] Update js/settings.js

---
 js/settings.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/settings.js b/js/settings.js
index c7f9e8d1..512b93b5 100644
--- a/js/settings.js
+++ b/js/settings.js
@@ -38,7 +38,7 @@ $(document).ready(function () {
 	}).done(function(data){
 		if (data.authHeaderFound !== true) {
 			OC.Notification.show(
-				'Oauth2 will not work properly as your webserver does not pass Authorization header to PHP.'
+				'Oauth2 will not work properly as your webserver does not pass the Authorization header to PHP.'
 			);
 		}
 	});