Change label 'Launch Features' to 'Launch Feature'
diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
index 2c1f240..ac9710c 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
@@ -31,8 +31,8 @@
 import java.nio.file.Paths;
 
 @Component(
-property = {InventoryPrinter.NAME + "=launch_features",
-        InventoryPrinter.TITLE + "=Launch Features",
+property = {InventoryPrinter.NAME + "=launch_feature",
+        InventoryPrinter.TITLE + "=Launch Feature",
         InventoryPrinter.FORMAT + "=JSON"})
 public class FeaturesInventoryPrinter implements InventoryPrinter
 {