Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Capitalize menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswburke committed Apr 27, 2021
1 parent 50560fb commit 3dd8041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/integrations/class-application-passwords-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ public function create_application_password() : array {
public function add_tools_link() {
add_submenu_page(
'tools.php',
__( 'Generate new authentication token', 'wp-irving' ),
__( 'Generate new authentication token', 'wp-irving' ),
__( 'Generate New Authentication Token', 'wp-irving' ),
__( 'Generate New Authentication Token', 'wp-irving' ),
'edit_posts',
add_query_arg( 'refresh-irving-token', true, admin_url() ),
null,
Expand Down

0 comments on commit 3dd8041

Please sign in to comment.