Skip to content

Commit

Permalink
Merge pull request #46 from plausible/issue/44
Browse files Browse the repository at this point in the history
Added notes that shared link should not be password protected #44
  • Loading branch information
metmarkosaric authored Aug 2, 2021
2 parents b85bbc7 + c5a82ad commit 3eb44df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Admin/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function plausible_analytics_settings_page() {
<?php
echo sprintf(
'<ol><li>%1$s <a href="%2$s" target="_blank">%3$s</a></li><li>%4$s</li><li>%5$s <a href="%6$s">%7$s</a></li></ol>',
esc_html__( 'Create a secure and private shared link in your Plausible account.', 'plausible-analytics' ),
esc_html__( 'Create a secure & private shared link in your Plausible account. Make sure the link is not password protected.', 'plausible-analytics' ),
esc_url( 'https://plausible.io/docs/shared-links' ),
esc_html__( 'See how &raquo;', 'plausible-analytics' ),
esc_html__( 'Enable this setting and paste your shared link to view your stats in your WordPress dashboard.', 'plausible-analytics' ),
Expand Down Expand Up @@ -299,7 +299,7 @@ public function statistics_page() {
esc_html( 'Please', 'plausible-analytics' ),
esc_url_raw( "https://plausible.io/{$domain}/settings/visibility" ),
esc_html( 'click here', 'plausible-analytics' ),
esc_html( 'to generate your shared link from your Plausible Analytics dashboard.', 'plausible-analytics' ),
esc_html( 'to generate your shared link from your Plausible Analytics dashboard. Make sure the link is not password protected.', 'plausible-analytics' ),
esc_html( 'Now, copy the generated shared link and', 'plausible-analytics' ),
admin_url( 'options-general.php?page=plausible-analytics' ),
esc_html( 'paste here', 'plausible-analytics' ),
Expand Down

0 comments on commit 3eb44df

Please sign in to comment.