Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Components/WhoShouldUse.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const WhoShouldUse = () => {
direction="column"
spacing={4}
sx={{
height: "104%",
height: "100%",
flex: 1,
"& .MuiGrid-item": {
display: "flex",
Expand Down Expand Up @@ -198,7 +198,7 @@ const WhoShouldUse = () => {
>
{t(
"GatewayClient.Description",
"Gateway Clients are devices with active internet that act as a bridge between offline users and online platforms. When you send a message without internet, it goes via SMS to a Gateway Clients which forwards it to your selected platform. Within the app, Gateway Clients are listed under the Countries tab. They can be set up using the DekuSMS app."
"Gateway Clients are devices with active internet that act as a bridge between offline users and online platforms. When you send a message without internet, it goes via SMS to a Gateway Client which forwards it to your selected platform. Within the app, Gateway Clients are listed under the Countries tab. They can be set up using the DekuSMS app."
)}
</Typography>
<Button
Expand Down
Loading