cliboard -> clipboard
parent
fe20411984
commit
7e82a1b278
|
@ -46,7 +46,7 @@ class CodeCopyWidget extends WidgetType {
|
|||
);
|
||||
})
|
||||
.then(() => {
|
||||
this.client.flashNotification("Copied to cliboard", "info");
|
||||
this.client.flashNotification("Copied to clipboard", "info");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue