From 9eaeec2e7fea27d5505e181ae411d8e81a01f7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Wed, 7 Apr 2021 13:10:12 +0200 Subject: [PATCH] fikser meta#323 --- src/utils/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/helpers.js b/src/utils/helpers.js index 904a82e8..1079b135 100644 --- a/src/utils/helpers.js +++ b/src/utils/helpers.js @@ -60,7 +60,7 @@ var group_list = function(grps, dictionary) { }) }) if (noun_grp_collection.size) { - let noun_grp_text = 'substantiv ' + let noun_grp_text = 'substantiv, ' if (noun_grp_collection.size == 3) { noun_grp_text += mapping[dictionary]['Masc'] + ', ' + mapping[dictionary]['Fem'] + ' eller ' + mapping[dictionary]['Neuter'] } else { -- GitLab