From bd271e2e62f53230b3a777d2db4acb9f21de24c9 Mon Sep 17 00:00:00 2001 From: Josh Miles Date: Tue, 24 Aug 2021 19:42:58 +0100 Subject: [PATCH 1/6] Consistency in Java version modal (#3569) --- .../components/server/features/JavaVersionModalFeature.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/scripts/components/server/features/JavaVersionModalFeature.tsx b/resources/scripts/components/server/features/JavaVersionModalFeature.tsx index fb81c07a4..3756b55b0 100644 --- a/resources/scripts/components/server/features/JavaVersionModalFeature.tsx +++ b/resources/scripts/components/server/features/JavaVersionModalFeature.tsx @@ -75,9 +75,9 @@ const JavaVersionModalFeature = () => { return ( setVisible(false)} closeOnBackground={false} showSpinnerOverlay={loading}> -

Invalid Java Version, Update Docker Image?

-

This server is unable to start due to the required java version not being met.

-

By pressing {'"Update Docker Image"'} below you are acknowledging that the docker image this server uses will be changed to a image below that has the Java version you are requesting.

+

Invalid Java version, update Docker image?

+

This server is unable to start due to the required Java version not being met.

+

By pressing {'"Update Docker Image"'} below you are acknowledging that the Docker image this server uses will be changed to an image below that has the Java version you are requesting.

Please select a Java version from the list below.