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",