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({