Changed text

This commit is contained in:
estradino 2024-09-16 19:16:37 -04:00
parent c7f91767f9
commit 932d9fb0d3

View file

@ -85,7 +85,7 @@ export default defineUnlistedScript(() => {
copyToTheClipboard(event.data.url)
.then(() => {
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) => {