From 1a3900d1fc3ca092e3fcb6a8c186171fb13b386f Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Wed, 30 Aug 2023 10:01:40 +0200 Subject: [PATCH] #11924 rrr packages installing warning --- pandora_console/update_manager_client/views/online.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora_console/update_manager_client/views/online.php b/pandora_console/update_manager_client/views/online.php index fdc35caf3b..e12eab7be5 100644 --- a/pandora_console/update_manager_client/views/online.php +++ b/pandora_console/update_manager_client/views/online.php @@ -122,7 +122,8 @@ global $config; blast.setAttribute('disable', true); result.innerHTML = ''; umConfirm({ - message: " "+nextUpdateVersion+". ", + /*message: " "+nextUpdateVersion+". ",*/ + message: "

Attention. You are about to install an RRR version. This version may contain new features and changes, so its installation is not recommended if you are looking for maximum system stability. LTS versions are the most stable and are released twice a year. \n Before installing this RRR version, please make sure you have an up-to-date backup

.", title: " "+nextUpdateVersion, onAccept: function() { updateNext({ @@ -163,7 +164,8 @@ global $config; blast.setAttribute('disable', true); result.innerHTML = ''; umConfirm({ - message: " "+lastUpdateVersion+". ", + /*message: " "+lastUpdateVersion+". ",*/ + message: "

Attention. You are about to install an RRR version. This version may contain new features and changes, so its installation is not recommended if you are looking for maximum system stability. LTS versions are the most stable and are released twice a year. \n Before installing this RRR version, please make sure you have an up-to-date backup

.", title: " "+lastUpdateVersion, onAccept: function() { updateLatest({