Skip to content

Commit

Permalink
fix: wrong java version in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Oct 21, 2024
1 parent 889319e commit 84e4558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/src/main/resources/lang/de_DE.properties
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ command-groups-rename-success=Die Gruppe {0$group$} wurde erfolgreich zu {1$new$
#
# Tasks
#
cloudnet-load-task-unsupported-java-version=Der Java Befehl wird von Task {0$task$} entfernt da er keine valide Java-Installation ist oder nicht kompatibel mit Java 22 ist
cloudnet-load-task-unsupported-java-version=Der Java Befehl wird von Task {0$task$} entfernt da er keine valide Java-Installation ist oder nicht kompatibel mit Java 23 ist
#
# Command Tasks
#
Expand Down
2 changes: 1 addition & 1 deletion node/src/main/resources/lang/en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ command-groups-rename-success=The group {0$group$} was successfully renamed to {
#
# Tasks
#
cloudnet-load-task-unsupported-java-version=Removing java command from {0$task$} because it isn't a valid java installation or incompatible with Java 22
cloudnet-load-task-unsupported-java-version=Removing java command from {0$task$} because it isn't a valid java installation or incompatible with Java 23
#
# Command Tasks
#
Expand Down

0 comments on commit 84e4558

Please sign in to comment.