From 2121b5f86f5229914256c7a818086aaaf4c3581a Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Wed, 15 May 2024 14:44:59 +0900 Subject: Make more localizable (#3962) * Update ProfileList.tsx * Update NoFollowingFeed.tsx * Update LabelsOnMeDialog.tsx * Update LabelsOnMeDialog.tsx * Update NoFollowingFeed.tsx * Update SavedFeeds.tsx * Revert "Update SavedFeeds.tsx" This reverts commit db128eb27d76d27dffa87e0e70e34f603da75778. --- src/components/moderation/LabelsOnMeDialog.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/moderation/LabelsOnMeDialog.tsx') diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx index 858ac9ce4..e98599b4e 100644 --- a/src/components/moderation/LabelsOnMeDialog.tsx +++ b/src/components/moderation/LabelsOnMeDialog.tsx @@ -162,10 +162,10 @@ function Label({ {isSelfLabel ? ( - This label was applied by you + This label was applied by you. ) : ( - <> - Source:{' '} + + Source:{' '} - + )} -- cgit 1.4.1