From 025811c247c94f1860e87e16f64706aa6047e943 Mon Sep 17 00:00:00 2001 From: Adriaan Jacquet Date: Sun, 18 May 2025 16:52:11 +0200 Subject: [PATCH] fix: type in en internationalisation --- frontend/src/i18n/locale/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index cf07956e..1a24d79e 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -175,7 +175,7 @@ "lp-invalid": "The selected learning path doesn't exist.", "currently-no-groups": "There are no groups for this assignment.", "random-grouping": "Randomly create groups", - "drag-and-drop": "Manualy create groups", + "drag-and-drop": "Manually create groups", "generate-groups": "generate", "auto-generate-groups": "Create groups of equal size", "preview": "Preview",