Fix typos, improve localization and unify separators (#2502)

* Correct a typing error in `FeedItem.tsx` and replace the middle dot in `Drawer.tsx` with a bullet.

* Bullet to middle dot

* `liked your custom feed{0}` to `liked your custom feed {0}`

* Revert "`liked your custom feed{0}` to `liked your custom feed {0}`"

This reverts commit 43ae67bd03abad59b15dceb12a54255d7ad302e9.

* Update FeedItem.tsx

* Update country-codes.ts
This commit is contained in:
Minseo Lee 2024-01-23 07:55:56 +09:00 committed by GitHub
parent abacc51b50
commit d51ad1fec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 8 deletions

View file

@ -205,7 +205,7 @@ let FeedItemInner = ({
title={_(
msg`Reposted by ${sanitizeDisplayName(
reason.by.displayName || reason.by.handle,
)})`,
)}`,
)}>
<FontAwesomeIcon
icon="retweet"