Browse Source

commons -> admin

Shun Miyazawa 2 năm trước cách đây
mục cha
commit
b6681c0ca5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/app/src/components/Admin/ForbiddenPage.tsx

+ 1 - 1
apps/app/src/components/Admin/ForbiddenPage.tsx

@@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next';
 
 
 export const ForbiddenPage = (): JSX.Element => {
-  const { t } = useTranslation('commons');
+  const { t } = useTranslation('admin');
 
   const errorMessage = t('forbidden_page.do_not_have_admin_permission', { ns: 'commons' });