diff --git a/tailscalectl/TailscaleWidget.qml b/tailscalectl/TailscaleWidget.qml index aec7a31..2ac7d04 100644 --- a/tailscalectl/TailscaleWidget.qml +++ b/tailscalectl/TailscaleWidget.qml @@ -114,7 +114,7 @@ PluginComponent { } copyProcess.command = ["sh", "-c", "printf '%s' '" + text.replace(/'/g, "'\\''") + "' | " + root.clipboardCmd] copyProcess.running = true - ToastService.showInfo("tailscalectl", "Copied: " + text) + ToastService.showInfo("Copied " + text + " to clipboard") } popoutContent: Component {