File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments