Skip to content

Commit

Permalink
STRF-9667 Storefront fallback logic works incorrectly on store with S…
Browse files Browse the repository at this point in the history
…tencil CLI (#877)
  • Loading branch information
jairo-bc authored Feb 24, 2022
1 parent 08be707 commit b1e9522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugins/renderer/renderer.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function getAcceptLanguageHeader(request) {
) {
return internals.options.storeSettingsLocale.default_shopper_language;
}
return request.headers['accept-language'];
return request.headers['accept-language'].toLowerCase();
}

/**
Expand Down

0 comments on commit b1e9522

Please sign in to comment.