diff --git a/views/settings-page.php b/views/settings-page.php index 46ce8d0..e69d429 100755 --- a/views/settings-page.php +++ b/views/settings-page.php @@ -159,7 +159,7 @@ if ( ! empty( $_POST['statifyblacklist'] ) ) { wp_kses( $w, array( 'br' => array() ) ) . '

'; } - print '

' . esc_html( 'Settings have not been saved yet.', 'statify-blacklist' ) . '

'; + print '

' . esc_html__( 'Settings have not been saved yet.', 'statify-blacklist' ) . '

'; } if ( isset( $statifyblacklist_post_success ) ) { print '

' .