diff --git a/backend/src/app/http/management.clj b/backend/src/app/http/management.clj index 507a518e5c..f72c4b6d14 100644 --- a/backend/src/app/http/management.clj +++ b/backend/src/app/http/management.clj @@ -209,7 +209,7 @@ [:enum "customer_service" "low_quality" - "missing_feature" + "missing_features" "other" "switched_service" "too_complex" diff --git a/backend/src/app/nitrate.clj b/backend/src/app/nitrate.clj index 2d7c4e22f7..a189116458 100644 --- a/backend/src/app/nitrate.clj +++ b/backend/src/app/nitrate.clj @@ -245,7 +245,7 @@ [:enum "customer_service" "low_quality" - "missing_feature" + "missing_features" "other" "switched_service" "too_complex" diff --git a/backend/src/app/srepl/cli.clj b/backend/src/app/srepl/cli.clj index dc44047e32..c47043cbad 100644 --- a/backend/src/app/srepl/cli.clj +++ b/backend/src/app/srepl/cli.clj @@ -232,7 +232,7 @@ [:enum "customer_service" "low_quality" - "missing_feature" + "missing_features" "other" "switched_service" "too_complex"