Skip to content

Commit 6213b0d

Browse files
theodespCopilot
andauthored
Update plugins/wp-graphql-headless-webhooks/src/Admin/views/webhooks-list.php
Co-authored-by: Copilot <[email protected]>
1 parent 7dcb655 commit 6213b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/wp-graphql-headless-webhooks/src/Admin/views/webhooks-list.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
?>
1414

1515
<div class="wrap">
16-
<h1 class="wp-heading-inline"><?php esc_html_e( 'Webhooks', 'wp-graphql-webhooks' ); ?></h1>
16+
<h1 class="wp-heading-inline"><?php esc_html_e( 'Webhooks', 'wp-graphql-headless-webhooks' ); ?></h1>
1717
<a href="<?php echo esc_url( add_query_arg( 'action', 'add', remove_query_arg( [ 'id', 'deleted' ] ) ) ); ?>" class="page-title-action">
18-
<?php esc_html_e( 'Add New', 'wp-graphql-webhooks' ); ?>
18+
<?php esc_html_e( 'Add New', 'wp-graphql-headless-webhooks' ); ?>
1919
</a>
2020
<hr class="wp-header-end">
2121

0 commit comments

Comments
 (0)