This commit is contained in:
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@ export default {
|
||||
ret.push(role.name);
|
||||
}
|
||||
}
|
||||
return ret.join(" ");
|
||||
return ret.join(", ");
|
||||
}
|
||||
},
|
||||
//////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user