Skip to content

Commit

Permalink
chore: update card title
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Sep 9, 2024
1 parent 1cb1968 commit 2638b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/pages/tracking/WatchlistPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function WatchlistPage() {
<Card title={
<>
<Tag icon={<AimOutlined/>} color="cyan-inverse"/>
{t`Tracked Domains`}
{t`Tracked domain names`}
</>
}
style={{width: '100%'}}>
Expand Down
7 changes: 2 additions & 5 deletions translations/translations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,9 @@ msgstr ""
msgid "Create a Watchlist"
msgstr ""

#: assets/pages/StatisticsPage.tsx:68
#: assets/pages/tracking/WatchlistPage.tsx:111
msgid "Tracked Domains"
msgid "Tracked domain names"
msgstr ""

#: assets/pages/NotFoundPage.tsx:10
Expand All @@ -515,10 +516,6 @@ msgstr ""
msgid "Domain names in database"
msgstr ""

#: assets/pages/StatisticsPage.tsx:68
msgid "Tracked domain names"
msgstr ""

#: assets/pages/StatisticsPage.tsx:82
msgid "Purchased domain names"
msgstr ""
Expand Down

0 comments on commit 2638b6d

Please sign in to comment.