Skip to content

Commit

Permalink
changed default lang to or from hi
Browse files Browse the repository at this point in the history
  • Loading branch information
prtkjakhar committed Feb 26, 2024
1 parent 9e556e1 commit 67aa9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/amakrushi/src/components/Sidemenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Sidemenu = () => {
const context = React.useContext(AppContext);
const { isOpen, onOpen, onClose } = useDisclosure();
const [cookie, setCookie, removeCookie] = useCookies();
const defaultLang = flagsmith.getValue('default_lang', { fallback: 'hi' });
const defaultLang = flagsmith.getValue('default_lang', { fallback: 'or' });
const [welcome, chats, faqs, feedback, logoutLabel] = React.useMemo(
() => [
t('label.welcome'),
Expand Down

0 comments on commit 67aa9cd

Please sign in to comment.