jam411 3 years ago
parent
commit
6b5ea55302
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/ShareLink/ShareLinkList.tsx

+ 1 - 1
packages/app/src/components/ShareLink/ShareLinkList.tsx

@@ -69,7 +69,7 @@ type Props = {
 
 
 const ShareLinkList = (props: Props): JSX.Element => {
 const ShareLinkList = (props: Props): JSX.Element => {
 
 
-  const { t } = useTranslation();
+  const { t } = useTranslation('commons');
 
 
   function renderShareLinks() {
   function renderShareLinks() {
     return (
     return (