Skip to content
Snippets Groups Projects
Commit 9eaeec2e authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

fikser meta#323

parent 7e9d8a08
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment