diff --git a/client/src/components/App.js b/client/src/components/App.js index f851f4234..aa79941ae 100644 --- a/client/src/components/App.js +++ b/client/src/components/App.js @@ -28,7 +28,7 @@ const queryConfig = { function GlobalFetchQuery({ children }) { - window.localStorage.setItem('lang', 'en'); + window.localStorage.setItem('lang', 'ar-ly'); return children }