diff --git a/messages/en.json b/messages/en.json index 7d8cc74..52510e3 100644 --- a/messages/en.json +++ b/messages/en.json @@ -42,7 +42,7 @@ "accordion1": { "title": "Security as a foundation, not an after-thought", "subtitle": "Security aspects of an application or a service most of the times come as an after-thought and are too often sacrificed for other functionality due to tight deadlines and small budgets. IXI Labs designs all products with necessary security principles from the start.", - "subtitle2": "

We use the same cryptographic and other security methods as used in our decentralised platform, currently relied on by tens of thousands of users for secure communication and transferring value in the form of tokens." + "subtitle2": "We use the same cryptographic and other security methods as used in our decentralised platform, currently relied on by tens of thousands of users for secure communication and transferring value in the form of tokens." }, "accordion2": { "title": "Increased Reliability", @@ -68,7 +68,7 @@ }, "card3": { "title": "Secure Communication Protocols", - "subtitle": "Our solutions enable secure communications out-of-the-box, while our cryptographic methods ensure that your data remains secure, regardless of the underlying transport layer." + "subtitle": "Our solutions enable secure device discovery and communications out-of-the-box, while our cryptographic methods ensure that your data remains secure, regardless of the underlying transport layer." } } }, diff --git a/src/app/Components/LatestProjects/LatestProjects.tsx b/src/app/Components/LatestProjects/LatestProjects.tsx index 1382608..e5d09bc 100644 --- a/src/app/Components/LatestProjects/LatestProjects.tsx +++ b/src/app/Components/LatestProjects/LatestProjects.tsx @@ -66,7 +66,6 @@ const LatestProjects = () => { {t('cards.card3.subtitle')} {t('cards.card3.additional')} - {t('cards.card3.additional')} diff --git a/src/app/Components/SolvingAccordion/SolvingAccordion.tsx b/src/app/Components/SolvingAccordion/SolvingAccordion.tsx index 600dea9..f1b5c54 100644 --- a/src/app/Components/SolvingAccordion/SolvingAccordion.tsx +++ b/src/app/Components/SolvingAccordion/SolvingAccordion.tsx @@ -42,7 +42,8 @@ const SolvingAccordion = () => { transitionTimeout={250} > - {t('accordion1.subtitle')} + {t('accordion1.subtitle')}
+
{t('accordion1.subtitle2')}