Skip to content

Commit 30c373a

Browse files
committed
Refined test prompt text
1 parent 214c631 commit 30c373a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/NoiseInfoPrompt.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ const NoiseInfoPrompt: React.FC<{
55
}> = ({ advanceState }) => {
66
return (
77
<div className="main-content" style={{ wordBreak: "break-word" }}>
8-
<div className="display-message">Noise Test</div>
8+
<div className="display-message">Ambient Noise Assesment</div>
99
<div
1010
style={{
1111
marginTop: "15px",
1212
marginBottom: "20px",
1313
}}
1414
>
15-
This test is going to assess the ambient noise in your current
16-
enviornment. Please try to replicate the expected background noise.
15+
This recording test will assess the ambient noise in your current
16+
enviornment. Please position your microphone to a desirable speaking position
17+
before proceeding. On the next page, you can select your device and begin recording,
18+
which will last 5-6 seconds. Please remain completely quiet during this time.
1719
</div>
1820
<button onClick={() => advanceState()}> Proceed</button>
1921
</div>

0 commit comments

Comments
 (0)