Skip to content

Commit bd271e2

Browse files
Consistency in Java version modal (pterodactyl#3569)
1 parent e1a667a commit bd271e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/scripts/components/server/features/JavaVersionModalFeature.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ const JavaVersionModalFeature = () => {
7575
return (
7676
<Modal visible={visible} onDismissed={() => setVisible(false)} closeOnBackground={false} showSpinnerOverlay={loading}>
7777
<FlashMessageRender key={'feature:javaVersion'} css={tw`mb-4`}/>
78-
<h2 css={tw`text-2xl mb-4 text-neutral-100`}>Invalid Java Version, Update Docker Image?</h2>
79-
<p css={tw`mt-4`}>This server is unable to start due to the required java version not being met.</p>
80-
<p css={tw`mt-4`}>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.</p>
78+
<h2 css={tw`text-2xl mb-4 text-neutral-100`}>Invalid Java version, update Docker image?</h2>
79+
<p css={tw`mt-4`}>This server is unable to start due to the required Java version not being met.</p>
80+
<p css={tw`mt-4`}>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.</p>
8181
<div css={tw`sm:flex items-center mt-4`}>
8282
<p>Please select a Java version from the list below.</p>
8383
<Select

0 commit comments

Comments
 (0)