From 932d9fb0d39e0ae07d11a01d33e9cc7f8ff01bdc Mon Sep 17 00:00:00 2001 From: estradino Date: Mon, 16 Sep 2024 19:16:37 -0400 Subject: [PATCH] Changed text --- spot/entrypoints/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spot/entrypoints/notifications.js b/spot/entrypoints/notifications.js index fdb2947a7..e22700779 100644 --- a/spot/entrypoints/notifications.js +++ b/spot/entrypoints/notifications.js @@ -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) => {