From 1e4911e6fe9f6cbf07e9d3b0cbf2f2f381ea85bf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 22 Jun 2020 23:27:03 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/api/enums.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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(", "); } }, //////////////////////////////////