diff --git a/src/Insights.php b/src/Insights.php index a86d19a..d070738 100644 --- a/src/Insights.php +++ b/src/Insights.php @@ -434,7 +434,7 @@ public function admin_notice() { $notice .= ' (' . $this->client->__trans( 'what we collect' ) . ')'; $notice .= '
'; + $notice .= 'We are using Appsero to collect your data. Learn more ↗'; echo ''; echo wp_kses_post( $notice ); @@ -924,7 +924,7 @@ public function deactivate_scripts() {
client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more about how Appsero handles your data.' ), + $this->client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more ↗' ), esc_url( 'https://appsero.com/' ), esc_url( 'https://appsero.com/privacy-policy' ) );