fixed pos
This commit is contained in:
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user