fixed pos

This commit is contained in:
ntr
2019-09-25 12:16:04 +10:00
parent 3fc53b282a
commit 7235ae6dca
3 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ function JoinButtons(args) {
try {
document.execCommand('copy');
infoToast('Invite link copied.');
infoToast('Invite link copied to clipboard.');
} catch (err) {
console.error('link copy error', err);
errorToast('Invite link copy error.');