Skip to content

Commit

Permalink
fix(i18n): correct sidebar translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
langemike authored and ChristiaanScheermeijer committed Dec 5, 2024
1 parent 7f5892f commit 8610c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const SidebarUserActions = ({

const SidebarContainer = () => {
const { t } = useTranslation('common');
const translationKey = useTranslationKey('title');
const translationKey = useTranslationKey('label');
const navigate = useNavigate();
const location = useLocation();

Expand Down

0 comments on commit 8610c87

Please sign in to comment.