Skip to content

Commit

Permalink
chore: fix wrong i18next namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Apr 18, 2024
1 parent ae09f51 commit 96f6884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const SidebarUserActions = ({
};

const SidebarContainer = () => {
const { t } = useTranslation('menu');
const { t } = useTranslation('common');
const navigate = useNavigate();
const location = useLocation();

Expand Down

0 comments on commit 96f6884

Please sign in to comment.