diff --git a/modules/module-device-activation.c b/modules/module-device-activation.c
index a5ffb3c2b47cb8ea4bc30fd1db0f2ff1a8e4a11d..d27dc0377341bcc41c29d5f51bbece7572b91ee7 100644
--- a/modules/module-device-activation.c
+++ b/modules/module-device-activation.c
@@ -165,7 +165,7 @@ on_device_enum_profile_done (WpProxy *proxy, GAsyncResult *res,
 
     /* Parse */
     if (!wp_spa_pod_get_object (pod,
-        "ParamProfile", NULL,
+        "Profile", NULL,
         "index", "i", &index,
         "name", "s", &name,
         NULL)) {