This commit is contained in:
2020-06-22 23:27:03 +00:00
parent e6243ec67b
commit 1e4911e6fe
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route changes etc then back here in order lowest level first as affects the most stuff exponentially so best to do it early
=-=-=-=-
todo: sample data locale keys say 1 sample user and 1 tech etc, but in fact there are lots of users because of the roles samples, so
change the translation to leave out the number of users and just go small med large huge and a more vague description that doesn't mention specific user counts
todo: Administration - translation
translation page with translation settings

View File

@@ -17,7 +17,7 @@ export default {
ret.push(role.name);
}
}
return ret.join(" ");
return ret.join(", ");
}
},
//////////////////////////////////