diff --git a/src/locales/de/translation.json b/src/locales/de/translation.json
index b617d65..99f1ae1 100644
--- a/src/locales/de/translation.json
+++ b/src/locales/de/translation.json
@@ -150,8 +150,8 @@
},
"votes": {
"title": "Gemeinschaftsbewertungen hoch runter 👍 / 👎",
- "cast-action": "Füge die Cast Action",
- "instruction": "Stimmen Sie in Warpcast und/oder im BCBHShow Lite-Client 🌟",
+ "cast-action": "Die Cast Action wird 15 Aug 2024 veraltet.",
+ "instruction": "Bitte stimmen Sie über $DEGEN Tipps in Warpcast, Wildcard, Degencast.",
"leftCardTitle": "Hoch bewertete Accounts, denen Sie noch nicht folgen",
"rightCardTitle": "Kontroverse Accounts, denen Sie folgen"
}
diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json
index 64747e9..8e9c7d5 100644
--- a/src/locales/en/translation.json
+++ b/src/locales/en/translation.json
@@ -150,8 +150,8 @@
},
"votes": {
"title": "Up/down community curation 👍 / 👎",
- "cast-action": "install the Cast Action",
- "instruction": "Vote in Warpcast and/or The BCBHShow Lite Client 🌟",
+ "cast-action": "Cast Action will be deprecated 15 Aug 2024.",
+ "instruction": "Please vote via $DEGEN tips in Warpcast, Wildcard, Degencast.",
"leftCardTitle": "Highly upvoted accounts you don't follow yet",
"rightCardTitle": "Controversial accounts you do follow"
}
diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json
index f012e6f..0f8b821 100644
--- a/src/locales/es/translation.json
+++ b/src/locales/es/translation.json
@@ -150,8 +150,8 @@
},
"votes": {
"title": "Curación comunitaria por arriba y abajo 👍 / 👎",
- "cast-action": "Agregue la acción para seleccionar",
- "instruction": "Vota en Warpcast y/o The BCBHShow Lite Client 🌟",
+ "cast-action": "La acción de Cast se desaconseja 15 Agosto 2024.",
+ "instruction": "Vota con propinas de$DEGEN en Warpcast, Wildcard, Degencast.",
"leftCardTitle": "Cuentas altamente votadas que aún no sigue",
"rightCardTitle": "Cuentas controversas que sigue"
}
diff --git a/src/locales/ja/translation.json b/src/locales/ja/translation.json
index abadbf8..37f0709 100644
--- a/src/locales/ja/translation.json
+++ b/src/locales/ja/translation.json
@@ -150,8 +150,8 @@
},
"votes": {
"title": "コミュニティによる賛成票と反対票👍/👎",
- "cast-action": "Cast Actionをインストール",
- "instruction": "WarpcastとThe BCBHShow Lite Client🌟を投票してください",
+ "cast-action": "Cast Actionは15月8日に非推奨になります。",
+ "instruction": "Warpcast、Wildcard、Degencast で $DEGEN のヒントに投票してください。",
"leftCardTitle": "まだフォローしていないが、高評価を得ているアカウント",
"rightCardTitle": "あなたがフォローしている物議を醸すアカウント"
}
diff --git a/src/pages/VotesPage.tsx b/src/pages/VotesPage.tsx
index a2b24f1..9e9b3f5 100644
--- a/src/pages/VotesPage.tsx
+++ b/src/pages/VotesPage.tsx
@@ -48,6 +48,24 @@ const VotesPage: React.FC = () => {
<>
{t('sidebar.votes')}
+
+
+
+
+
+
+ {t('votes.cast-action')}
+
+
+ {t('votes.instruction')}
+
+ BCBHShow Lite Client 🌟 curation data will be discarded (and privacy preserved) on 31 Aug 2024.
+
+ Other curation projects to investigate: Kiwi, Artcoin, and more.
+
+
+
+
@@ -92,27 +110,6 @@ const VotesPage: React.FC = () => {
-
-
-
-
-
-
- {t('votes.cast-action')}
-
-
- {t('votes.instruction')}
-
- h/t{' '}
-
- /poop 💩
-
-
- hmu if ur a dev interested in free access to anonymized, composable curation data
-
-
-
-
>
);