chore: update translations.pot

This commit is contained in:
Maël Gangloff
2024-07-29 00:10:06 +02:00
parent 24ab54b846
commit 09dbea0499
2 changed files with 6 additions and 5 deletions

View File

@@ -251,7 +251,7 @@ export default function WatchlistPage() {
<Skeleton loading={watchlists === undefined} active>
{watchlists && watchlists.length > 0 && <Card title="My Watchlists" style={{width: '100%'}}>
{watchlists && watchlists.length > 0 && <Card title={t`My Watchlists`} style={{width: '100%'}}>
{watchlists.map(watchlist =>
<>
<Card title={t`Watchlist ${watchlist.token}`} extra={<Popconfirm