fix: update translations.pot

This commit is contained in:
Maël Gangloff
2024-07-28 18:47:07 +02:00
parent 653ddaf403
commit 7851a41898
2 changed files with 2 additions and 297 deletions

View File

@@ -253,10 +253,10 @@ export default function WatchlistPage() {
{watchlists.map(watchlist =>
<>
<Card title={t`Watchlist ${watchlist.token}`} extra={<Popconfirm
title={t`"Delete the Watchlist"`}
title={t`Delete the Watchlist`}
description={t`Are you sure to delete this Watchlist?`}
onConfirm={() => deleteWatchlist(watchlist.token).then(refreshWatchlists)}
okText={t`"Yes"`}
okText={t`Yes`}
cancelText={t`No`}
><DeleteFilled/> </Popconfirm>}>
<Typography.Paragraph>