diff --git a/app/assets/js/configmanager.js b/app/assets/js/configmanager.js index de4756a9..6593b2db 100644 --- a/app/assets/js/configmanager.js +++ b/app/assets/js/configmanager.js @@ -26,7 +26,7 @@ function resolveMaxRAM(){ } function resolveMinRAM(){ - return exports.getAbsoluteMinRAM() + 'G' + return resolveMaxRAM() } /** diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js index a4f88b2e..4f6d95cf 100644 --- a/app/assets/js/scripts/landing.js +++ b/app/assets/js/scripts/landing.js @@ -298,8 +298,8 @@ function asyncSystemScan(launchAfter = true){ $('#overlayContent').fadeOut(250, () => { //$('#overlayDismiss').toggle(false) setOverlayContent( - 'Don\'t Forget!
Java is Required', - 'A valid x64 installation of Java 8 is required to launch. Downloads can be found on Oracle\'s website. Once installed, you will be able to connect to the server.

Please refer to our Troubleshooting Guide if you have any difficulty.', + 'Java is Required
to Launch', + 'A valid x64 installation of Java 8 is required to launch.

Please refer to our Java Management Guide for instructions on how to manually install Java.', 'I Understand', 'Go Back' ) diff --git a/app/settings.ejs b/app/settings.ejs index d4cf81dc..ee754fee 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -218,7 +218,7 @@ -
Options to be provided to the JVM at runtime. -Xms and -Xmx should not be included.
Available Options for Java 8.
+
Options to be provided to the JVM at runtime. -Xms and -Xmx should not be included.
Available Options for Java 8.