|
@@ -66,9 +66,9 @@ |
|
66
|
66
|
} |
|
67
|
67
|
|
|
68
|
68
|
if ( ! $this->user_can_access( $app ) ) { |
|
69
|
69
|
if ( $this->pwa ) { |
|
70
|
|
- echo __( 'Not authorized', 'wp-data-access' ); |
|
70
|
+ esc_html_e( 'Not authorized', 'wp-data-access' ); |
|
71
|
71
|
return; |
|
72
|
72
|
} |
|
73
|
73
|
|
|
74
|
74
|
if ( ! $this->send_feedback() ) { |