Changed text
This commit is contained in:
parent
c7f91767f9
commit
932d9fb0d3
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export default defineUnlistedScript(() => {
|
||||||
copyToTheClipboard(event.data.url)
|
copyToTheClipboard(event.data.url)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
createNotification({
|
createNotification({
|
||||||
data: { message: 'Recording opened in a new tab. Link is copied to clipboard.' }
|
data: { message: 'Link copied to clipboard and new tab opened' }
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue