Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
tylim88 committed May 1, 2023
1 parent b71af92 commit 65bb838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Screens/Recording.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const Recording = ({
onRecordingComplete={async (blob) => {
setURL(null)
notifications.show({
message: 'Translating',
message:
'Translating, please wait for around 15 seconds',
loading: true,
autoClose: false,
})
Expand Down

0 comments on commit 65bb838

Please sign in to comment.