Skip to content

Commit

Permalink
Tweak options page copy & wrap for translation (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jblz authored Aug 21, 2024
1 parent 57969da commit 1b29e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/plugin-settings/plugin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public static function init() {

public static function add_options_page() {
add_options_page(
'Remote Data Blocks Settings',
'Remote Data Blocks Settings',
__( 'Remote Data Blocks Settings', 'remote-data-blocks' ),
__( 'Remote Data Blocks', 'remote-data-blocks' ),
'manage_options',
'remote-data-blocks-settings',
[ __CLASS__, 'settings_page_content' ]
Expand Down

0 comments on commit 1b29e7d

Please sign in to comment.