Skip to content

Commit

Permalink
Update wording on get-started page
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Jan 28, 2025
1 parent 0e52a4e commit 9eba05c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/app/[locale]/get-started/_components/learnMore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const LearnMore = function () {
{t('learn-more-about-hemi')}
</h2>
<p className="mb-6 text-sm font-medium text-neutral-600 md:mb-8">
{t('subheading')}
{t('tutorials-and-tools')}
</p>
<Card>
<div className="p-1 pb-2 font-medium md:p-3 md:pb-6">
Expand Down
3 changes: 2 additions & 1 deletion webapp/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,14 @@
"oku": "Oku",
"rpc-url": "RPC URL",
"start-using-hemi": "Start using Hemi",
"subheading": "Get ready to feel superior scaling, security and interoperability.",
"subheading": "One network, powered by Bitcoin & Ethereum.",
"sushi-swap": "Sushi Swap",
"swap-tokens": "Swap tokens",
"swap-tokens-mainnet": "Swap tokens on Sushi",
"swap-tokens-testnet": "Swap tokens on Hemi",
"tunnel-assets": "Tunnel assets",
"tutorials": "Tutorials",
"tutorials-and-tools": "Tutorials and tools to get you started quickly.",
"tutorials-subheading": "Follow along with some of the tutorials to help you get a head start when building your first Hemi project."
},
"get-started-page": {
Expand Down
3 changes: 2 additions & 1 deletion webapp/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,14 @@
"oku": "Oku",
"rpc-url": "URL de RPC",
"start-using-hemi": "Comience a usar Hemi",
"subheading": "Prepárese para experimentar una escalabilidad, seguridad e interoperabilidad superiores.",
"subheading": "Una red, impulsada por Bitcoin y Ethereum.",
"sushi-swap": "Sushi Swap",
"swap-tokens": "Intercambie tokens",
"swap-tokens-mainnet": "Intercambie tokens en Sushi",
"swap-tokens-testnet": "Intercambie tokens en Hemi",
"tunnel-assets": "Tunelice activos",
"tutorials": "Tutoriales",
"tutorials-and-tools": "Tutoriales y herramientas para comenzar rápidamente.",
"tutorials-subheading": "Siga algunos de los tutoriales para tomar ventaja al construir tu primer proyecto con Hemi."
},
"get-started-page": {
Expand Down

0 comments on commit 9eba05c

Please sign in to comment.