From 90f829b253c8a09094e4595f1f6a32ab8766b784 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Mon, 12 Apr 2021 11:14:27 +0200
Subject: [PATCH] fikser meta#323 igjen

---
 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 1079b135..904a82e8 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