Skip to content

Commit 3f556b5

Browse files
Update projects/packages/forms/src/contact-form/class-abilities.php
Co-authored-by: Jason Adams <[email protected]>
1 parent 99c4004 commit 3f556b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/packages/forms/src/contact-form/class-abilities.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public static function register_abilities() {
4444
wp_register_ability(
4545
'jetpack/list-form-responses',
4646
array(
47-
'label' => __( 'List Form Responses', 'jetpack-forms' ),
48-
'description' => __( 'Retrieve form responses from a specific site.', 'jetpack-forms' ),
47+
'label' => __( 'List Jetpack Form Responses', 'jetpack-forms' ),
48+
'description' => __( 'Retrieve Jetpack form responses from a specific site.', 'jetpack-forms' ),
4949
'category' => 'jetpack-forms',
5050
'input_schema' => array(
5151
'type' => 'object',

0 commit comments

Comments
 (0)