mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
Removed text-gray-500 + minor sentence change
This commit is contained in:
@@ -140,14 +140,12 @@ const TranscriptCreate = () => {
|
|||||||
Audio Permissions
|
Audio Permissions
|
||||||
</h2>
|
</h2>
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<p className="text-gray-500 text-center">
|
<p className="text-center">Checking permission...</p>
|
||||||
Checking permission...
|
|
||||||
</p>
|
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<p className="text-gray-500 text-center">
|
<p className="text-center">
|
||||||
To enable Reflector, we kindly request permission to
|
In order to use Reflector, we kindly request permission
|
||||||
access your microphone during meetings and events.
|
to access your microphone during meetings and events.
|
||||||
<br />
|
<br />
|
||||||
<Privacy buttonText="Privacy policy" />
|
<Privacy buttonText="Privacy policy" />
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user