* fix: redundant ")"

* Fix typo.

* Fix typo.

---------

Co-authored-by: lixiancan <lixc.percy@gmail.com>
This commit is contained in:
Percy Lee
2024-02-02 23:10:34 +08:00
committed by GitHub
parent adf26887ea
commit f0c8ec79d6
7 changed files with 20 additions and 21 deletions

View File

@@ -105,7 +105,7 @@ export const PostActions = (props: { post: PostType }) => {
</AlertDialogTrigger>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>{t("addRecourse")}</AlertDialogTitle>
<AlertDialogTitle>{t("addResource")}</AlertDialogTitle>
<AlertDialogDescription>
{(post.target as MediumType).mediumType === "Video" &&
t("areYouSureToAddThisVideoToYourLibrary")}