This commit is contained in:
Sebastian Rindom
2021-06-08 14:57:12 +02:00
parent e59dc3b6c8
commit e20ba1e4fa

View File

@@ -19,6 +19,8 @@ function formatRegistrationName(fn) {
}
switch (namespace) {
// We strip the last character when adding the type of registration
// this is a trick for plural "ies"
case "repositories":
namespace = "repositorys"
break