diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index bb0b5f30..4e0a065c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/api/enums.js b/ayanova/src/api/enums.js index 6dedb284..abe5c07c 100644 --- a/ayanova/src/api/enums.js +++ b/ayanova/src/api/enums.js @@ -17,7 +17,7 @@ export default { ret.push(role.name); } } - return ret.join(" "); + return ret.join(", "); } }, //////////////////////////////////