Skip to content

Commit

Permalink
Update js/settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel authored Oct 13, 2021
1 parent 50fa756 commit ff8467a
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 ff8467a

Please sign in to comment.