You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,7 +74,7 @@ export default function FlexRowTwoColumns() {
74
74
mt: 1,
75
75
}}
76
76
>
77
-
<p>{t("About.description")}</p>
77
+
<p>{t("About.description",{defaultValue: "SMSWithoutBorders(SWOB) is dedicated to researching, developing and promoting secure and accessible communication tools that function even without an internet connection."})}</p>
78
78
</Typography>
79
79
</Box>
80
80
@@ -98,8 +98,8 @@ export default function FlexRowTwoColumns() {
98
98
mt: 1,
99
99
}}
100
100
>
101
-
<p>{t("About.description1")}</p>
102
-
<p>{t("About.description2")}</p>
101
+
<p>{t("About.description1",{defaultValue: "The development includes mobile apps for various platforms such as Android, iOS and Linux systems. Some of the work also includes white papers on topics such as cryptography, communications and internet freedom."})}</p>
102
+
<p>{t("About.description2",{defaultValue: "Our journey toward achieving our mission began in 2021 with the development of the first Android version of RelaySMS. We have come far since then, with support for more platforms and many more apps."})}</p>
103
103
</Typography>
104
104
</Box>
105
105
</Box>
@@ -128,7 +128,12 @@ export default function FlexRowTwoColumns() {
128
128
},
129
129
}}
130
130
>
131
-
<p>{parse(t("About.description3"))}</p>
131
+
{parse(
132
+
t("About.description3",{
133
+
defaultValue:
134
+
"We publish our research as frequently as possible on our blog and make announcements via our social media outlets. SMSWithoutBorders is a project started by the team at <a href='https://Afkanerd.com' class='afkanerd'>Afkanerd</a>."
{t("project1.description",{defaultValue: "RelaySMS uses SMS messaging to communicate with online platforms without needing an internet connection. The users can grant access to their online platforms which would be used to act on their behalf using SMS messaging. The access granted, messages being sent from the app, and how they get published online are secured with strong up-to-date cryptographic and security practices."})}
{t("project2.description",{defaultValue: "DekuSMS is an Android SMS messaging app. It enables 2 users of the app to communicate using end-to-end encryption over SMS messages. The app also contains message forwarding abilities supporting protocols such as SMTP, FTP, and AMQP. The app is built to integrate with RabbitMQ allowing users with messaging queues to set up and make remote communication requests to their apps."})}
0 commit comments