Skip to content

Commit e028ecd

Browse files
Update from samaritans.org cb6573d5
1 parent db494ba commit e028ecd

File tree

1 file changed

+15
-13
lines changed
  • static_src/typescript/components/NetworkIssue

1 file changed

+15
-13
lines changed

static_src/typescript/components/NetworkIssue/index.tsx

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,17 @@ const NetworkIssue = ({ moreInfo }: Props) => (
1212
<WarningIcon />
1313
<h2>Connection Issue</h2>
1414
<p>
15-
There seems to be a problem with your connection. This could be due
16-
to issues with your Wi-Fi or mobile data. We will hold your place
17-
for 2 minutes while we try to reconnect with you.
15+
<strong>
16+
Some messages from our volunteer may not have reached you, but
17+
your previous messages should have been received.
18+
</strong>
1819
</p>
1920

20-
<h3 className="mb-0">What You Can Do</h3>
21-
<ul className="errorList">
22-
<li>1. Ensure you have a good internet connection.</li>
23-
<li>
24-
2. If possible, move to a location with better connectivity.
25-
</li>
26-
</ul>
27-
2821
<p>
29-
While we try to reconnect, some messages from our volunteer may not
30-
have reached you, but your messages should come through.
22+
We will now hold your place for 2 minutes while we try to
23+
re-establish your connection.
3124
</p>
25+
<p>This could be due to issues with your Wi-Fi or mobile connection.</p>
3226

3327
{moreInfo && (
3428
<p>
@@ -43,6 +37,14 @@ const NetworkIssue = ({ moreInfo }: Props) => (
4337
or find another service.
4438
</p>
4539
)}
40+
41+
<h3 className="mb-0">What You Can Do</h3>
42+
<ul className="errorList">
43+
<li>1. Ensure you have a good internet connection.</li>
44+
<li>
45+
2. If possible, move to a location with better connectivity.
46+
</li>
47+
</ul>
4648
</PurpleRoomCoverPanel>
4749
);
4850

0 commit comments

Comments
 (0)