diff --git a/src/components/molecules/BrowserRecordingSave.tsx b/src/components/molecules/BrowserRecordingSave.tsx index 8c95ccfa..6e9da12b 100644 --- a/src/components/molecules/BrowserRecordingSave.tsx +++ b/src/components/molecules/BrowserRecordingSave.tsx @@ -1,5 +1,5 @@ import React, { useState } from 'react' -import { Paper, Grid, IconButton, Button, Box } from '@mui/material'; +import { Paper, Grid, IconButton, Button, Box, Typography } from '@mui/material'; import { SaveRecording } from "./SaveRecording"; import { Circle, Add, Logout, Clear } from "@mui/icons-material"; import { useGlobalInfoStore } from '../../context/globalInfo'; @@ -44,7 +44,7 @@ const BrowserRecordingSave = () => { setOpenModal(false)} modalStyle={modalStyle}> -

Are you sure you want to discard the recording?

+ Are you sure you want to discard the recording?