diff --git a/src/utils/helpers.js b/src/utils/helpers.js
index 1079b1355c9c3be6a167c12afd2fdce1f8674d7a..904a82e8beaad3a7e0ed122376f567921671014f 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 {