The plural of "cafe" should be "cafes" I think it is caused by this line in addon/lib/system/inflections.js `[/(?:([^f])fe|([lr])f)$/i, '$1$2ves'],`
The plural of "cafe" should be "cafes"
I think it is caused by this line in addon/lib/system/inflections.js
[/(?:([^f])fe|([lr])f)$/i, '$1$2ves'],