This commit is contained in:
cuom1999 2023-11-01 02:08:36 -05:00
parent 7a05ad1c3b
commit fcbf74ca97
6 changed files with 70 additions and 55 deletions

View file

@ -113,7 +113,7 @@
navigator.clipboard
.writeText(link)
.then(() => {
showTooltip(element, "Copied link", 'n');
showTooltip(element, "{{_('Copied link')}}", 'n');
});
};