From b841a67ab7a4ac87eef5f79872f6bc22ac4d0af4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 19:48:13 +0100 Subject: [PATCH] Added new translations to the en.json --- webui/public/assets/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/public/assets/locales/en.json b/webui/public/assets/locales/en.json index c3cdd55..254c645 100644 --- a/webui/public/assets/locales/en.json +++ b/webui/public/assets/locales/en.json @@ -27,7 +27,8 @@ "default_description": "A new server", "error": { "name": "Server name cannot be empty", - "eula": "You must accept the EULA" + "eula": "You must accept the EULA", + "not_supported": "This version of minecraft is not supported by {{software}}" }, "title": "Create a new server", "name": "Server name",