소스 검색

share link notice

ryuichi-e 6 년 전
부모
커밋
9cf00a832c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/Security/DeleteAllShareLinksModal.jsx

+ 1 - 1
src/client/js/components/Admin/Security/DeleteAllShareLinksModal.jsx

@@ -41,7 +41,7 @@ const DeleteAllShareLinksModal = React.memo((props) => {
         </span>
       </ModalHeader>
       <ModalBody>
-        { t('share_link_notice', { count: props.count })}
+        { t('share_links.share_link_notice', { count: props.count })}
       </ModalBody>
       <ModalFooter>
         <Button onClick={closeButtonHandler}>{t('Cancel')}</Button>