Skip to content

Commit

Permalink
fix textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
billerickson committed Dec 30, 2019
1 parent f771eb7 commit 9f3efe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function sync_fields_with_json() {
function register_options_page() {
if ( function_exists( 'acf_add_options_page' ) ) {
acf_add_options_page( array(
'title' => __( 'Site Options', 'cgh2020' ),
'title' => __( 'Site Options', 'ea-starter' ),
'capability' => 'manage_options',
) );
}
Expand Down

0 comments on commit 9f3efe4

Please sign in to comment.