From 3c249b3a089af98ef99eb00125981801f403d1ed Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 8 Jul 2026 18:22:56 +0200 Subject: [PATCH] fixed english translation Signed-off-by: Stephan Richter --- frontend/src/translations.svelte.js | 2 +- translations/src/main/resources/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/translations.svelte.js b/frontend/src/translations.svelte.js index 5a40deb8..73324efe 100644 --- a/frontend/src/translations.svelte.js +++ b/frontend/src/translations.svelte.js @@ -21,4 +21,4 @@ export function t(key,args = {}){ } for (var key of Object.keys(args)) set = set.replace(`{${key}}`,args[key]); return set; -} \ No newline at end of file +} diff --git a/translations/src/main/resources/en.json b/translations/src/main/resources/en.json index 9462038d..688e3d88 100644 --- a/translations/src/main/resources/en.json +++ b/translations/src/main/resources/en.json @@ -380,7 +380,7 @@ "subtask": "subtask", "subtasks": "subtasks", "succeeding_document": "succeeding document", - "sum external";"sum of external positions", + "sum external":"sum of external positions", "sum_of_records": "sum of records", "sums": "sums",