From 8f11fa3b91921a6037b56ead0853928b1404de0f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 8 Sep 2021 06:47:54 +0300 Subject: small rebranding --- web/share/js/kvm/keyboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/share/js/kvm/keyboard.js') diff --git a/web/share/js/kvm/keyboard.js b/web/share/js/kvm/keyboard.js index 7c632d40..49e9c76c 100644 --- a/web/share/js/kvm/keyboard.js +++ b/web/share/js/kvm/keyboard.js @@ -1,6 +1,6 @@ /***************************************************************************** # # -# KVMD - The main Pi-KVM daemon. # +# KVMD - The main PiKVM daemon. # # # # Copyright (C) 2018-2021 Maxim Devaev # # # @@ -123,7 +123,7 @@ export function Keyboard(__recordWsEvent) { } } else { if (is_captured) { - title = "Keyboard captured, Pi-KVM offline"; + title = "Keyboard captured, PiKVM offline"; } } $("hid-keyboard-led").className = led; -- cgit v1.2.3