Skip to content

Commit

Permalink
Update js/settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed Oct 19, 2021
1 parent 48f3320 commit da77938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
);
}
});
Expand Down

0 comments on commit da77938

Please sign in to comment.