fix typo (#254)
* fix: redundant ")" * Fix typo. * Fix typo. --------- Co-authored-by: lixiancan <lixc.percy@gmail.com>
This commit is contained in:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user