mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fix typo
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
"attend": "Attend",
|
||||
"recentUpdates": "Recent Updates",
|
||||
"seeAllUpdates": "See all updates",
|
||||
"reportOnSocial": "Report on {{socialName}}"
|
||||
"repostOnSocial": "Repost on {{socialName}}"
|
||||
}
|
||||
@@ -7,5 +7,5 @@
|
||||
"attend": "Asistir",
|
||||
"recentUpdates": "Recent Updates",
|
||||
"seeAllUpdates": "See all updates",
|
||||
"reportOnSocial": "Report on {{socialName}}"
|
||||
"repostOnSocial": "Repost on {{socialName}}"
|
||||
}
|
||||
@@ -7,5 +7,5 @@
|
||||
"attend": "Partecipa",
|
||||
"recentUpdates": "Aggiornamenti recenti",
|
||||
"seeAllUpdates": "Ultimi aggiornamenti",
|
||||
"reportOnSocial": "Condividi su {{socialName}}"
|
||||
"repostOnSocial": "Condividi su {{socialName}}"
|
||||
}
|
||||
@@ -7,5 +7,5 @@
|
||||
"attend": "參加",
|
||||
"recentUpdates": "Recent Updates",
|
||||
"seeAllUpdates": "See all updates",
|
||||
"reportOnSocial": "Report on {{socialName}}"
|
||||
"repostOnSocial": "Repost on {{socialName}}"
|
||||
}
|
||||
@@ -90,7 +90,7 @@ export const NewsSection = ({ lang }: NewsSectionProps) => {
|
||||
>
|
||||
<Icons.twitter size={24} className="text-anakiwa-500" />
|
||||
<span className="flex text-anakiwa-900 underline font-medium leading-[24px]">
|
||||
{t("reportOnSocial", {
|
||||
{t("repostOnSocial", {
|
||||
socialName: "X",
|
||||
})}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user