We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c4004 commit 3f556b5Copy full SHA for 3f556b5
projects/packages/forms/src/contact-form/class-abilities.php
@@ -44,8 +44,8 @@ public static function register_abilities() {
44
wp_register_ability(
45
'jetpack/list-form-responses',
46
array(
47
- 'label' => __( 'List Form Responses', 'jetpack-forms' ),
48
- 'description' => __( 'Retrieve form responses from a specific site.', 'jetpack-forms' ),
+ 'label' => __( 'List Jetpack Form Responses', 'jetpack-forms' ),
+ 'description' => __( 'Retrieve Jetpack form responses from a specific site.', 'jetpack-forms' ),
49
'category' => 'jetpack-forms',
50
'input_schema' => array(
51
'type' => 'object',
0 commit comments