diff --git a/public/locales/en/getstarted.json b/public/locales/en/getstarted.json index b62bbffb..8b3a2e52 100644 --- a/public/locales/en/getstarted.json +++ b/public/locales/en/getstarted.json @@ -26,7 +26,7 @@ "description": "using the Launcher" }, "step2": { - "title": "Use the Ip {{ip}}", + "title": "Use the IP {{ip}}", "description": "to connect to the server" }, "step3": { diff --git a/src/pages/join/visit.tsx b/src/pages/join/visit.tsx index 5b5a8617..6ed922bd 100644 --- a/src/pages/join/visit.tsx +++ b/src/pages/join/visit.tsx @@ -2,14 +2,15 @@ import { ActionIcon, Button, Center, + Code, Container, Grid, Group, - rem, Stack, Stepper, Text, Title, + rem, useMantineColorScheme, useMantineTheme, } from '@mantine/core'; @@ -207,7 +208,7 @@ const Visit: NextPage = ({ data }: any) => { > {t('visit.country.title', { country: selected.location })} - + { /> {selected.type == 'standalone' ? ( + } description={t('visit.country.step2.description', { ip: selected?.ip })} icon={} /> ) : ( <> + } description={t('visit.country.step2.description', { ip: 'buildtheearth.net' })} icon={} />