This commit is contained in:
Kalidou Diagne
2024-03-04 15:00:29 -07:00
parent f3e8a7886d
commit 7416cdc849
5 changed files with 5 additions and 5 deletions

View File

@@ -7,5 +7,5 @@
"attend": "Attend",
"recentUpdates": "Recent Updates",
"seeAllUpdates": "See all updates",
"reportOnSocial": "Report on {{socialName}}"
"repostOnSocial": "Repost on {{socialName}}"
}

View File

@@ -7,5 +7,5 @@
"attend": "Asistir",
"recentUpdates": "Recent Updates",
"seeAllUpdates": "See all updates",
"reportOnSocial": "Report on {{socialName}}"
"repostOnSocial": "Repost on {{socialName}}"
}

View File

@@ -7,5 +7,5 @@
"attend": "Partecipa",
"recentUpdates": "Aggiornamenti recenti",
"seeAllUpdates": "Ultimi aggiornamenti",
"reportOnSocial": "Condividi su {{socialName}}"
"repostOnSocial": "Condividi su {{socialName}}"
}

View File

@@ -7,5 +7,5 @@
"attend": "參加",
"recentUpdates": "Recent Updates",
"seeAllUpdates": "See all updates",
"reportOnSocial": "Report on {{socialName}}"
"repostOnSocial": "Repost on {{socialName}}"
}

View File

@@ -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>