From 392811005c9eb80d4733256b6d08a37f6b47f60b Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:02:45 +0100 Subject: [PATCH] Update text. --- emhttp/languages/en_US/helptext.txt | 2 +- emhttp/plugins/dynamix.vm.manager/javascript/vmmanager.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emhttp/languages/en_US/helptext.txt b/emhttp/languages/en_US/helptext.txt index f78226d10..3227592d3 100644 --- a/emhttp/languages/en_US/helptext.txt +++ b/emhttp/languages/en_US/helptext.txt @@ -1680,7 +1680,7 @@ For setting the console options to show on context menus. Web will show only inb Virtual Manager Remote Viewer will only show the Remote Viewer option. Both will show both Web and Remote Viewer. :end -:vms_rdp_help: +:vms_rdpopt_help: Adds option to menu to start RDP. RDP file is downloaded. You need to set browser to open when ready. :end diff --git a/emhttp/plugins/dynamix.vm.manager/javascript/vmmanager.js b/emhttp/plugins/dynamix.vm.manager/javascript/vmmanager.js index 9cc8c3f13..4c598a089 100644 --- a/emhttp/plugins/dynamix.vm.manager/javascript/vmmanager.js +++ b/emhttp/plugins/dynamix.vm.manager/javascript/vmmanager.js @@ -112,7 +112,7 @@ function addVMContext(name, uuid, template, state, vmrcurl, vmrcprotocol, log, f }}); } if (rdpopt == "yes") { - opts.push({text:_("VM Windows RDP"), icon:"fa-desktop", action:function(e) { + opts.push({text:_("VM Remote Desktop Protocol(RDP)"), icon:"fa-desktop", action:function(e) { e.preventDefault(); ajaxVMDispatchconsoleRV({action:"domain-consoleRDP", uuid:uuid, vmrcurl:vmrcurl}, "loadlist") ; }});