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

View File

@@ -317,6 +317,11 @@ msgstr ""
msgid "Reset"
msgstr ""
#: assets/App.tsx:136
#: assets/pages/tracking/WatchlistPage.tsx:254
msgid "My Watchlists"
msgstr ""
#: assets/pages/tracking/WatchlistPage.tsx:257
#, javascript-format
msgid "Watchlist ${ watchlist.token }"
@@ -415,10 +420,6 @@ msgstr ""
msgid "Tracking"
msgstr ""
#: assets/App.tsx:136
msgid "My Watchlists"
msgstr ""
#: assets/App.tsx:143
msgid "My connectors"
msgstr ""