Skip to content

Commit a09800c

Browse files
authored
Merge pull request #293 from plausible/metmarkosaric-patch-2
remove 1KB note
2 parents 6e951f1 + 1be6639 commit a09800c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/plausible-analytics.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ msgid "Success!"
206206
msgstr ""
207207

208208
#: src/Admin/Settings/API.php:73
209-
msgid "<p><a href=\"%s\" target=\"_blank\">Plausible Analytics</a> is an easy to use, open source, lightweight (< 1 KB) and privacy-friendly alternative to Google Analytics. We're super excited to have you on board!</p><p>To use our plugin, you need to <a href=\"%s\" target=\"_blank\">register an account</a>. To explore the product, we offer you a free 30-day trial. No credit card is required to sign up for the trial.</p><p>Already have an account? Please do follow the following steps to get the most out of your Plausible experience.</p>"
209+
msgid "<p><a href=\"%s\" target=\"_blank\">Plausible Analytics</a> is an easy to use, open source, lightweight and privacy-friendly alternative to Google Analytics. We're super excited to have you on board!</p><p>To use our plugin, you need to <a href=\"%s\" target=\"_blank\">register an account</a>. To explore the product, we offer you a free 30-day trial. No credit card is required to sign up for the trial.</p><p>Already have an account? Please do follow the following steps to get the most out of your Plausible experience.</p>"
210210
msgstr ""
211211

212212
#: src/Admin/Settings/API.php:80

src/Admin/Settings/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function settings_page() {
7171
$this->slides_description = [
7272
'welcome' => sprintf(
7373
__(
74-
'<p><a href="%s" target="_blank">Plausible Analytics</a> is an easy to use, open source, lightweight (< 1 KB) and privacy-friendly alternative to Google Analytics. We\'re super excited to have you on board!</p><p>To use our plugin, you need to <a href="%s" target="_blank">register an account</a>. To explore the product, we offer you a free 30-day trial. No credit card is required to sign up for the trial.</p><p>Already have an account? Please do follow the following steps to get the most out of your Plausible experience.</p>',
74+
'<p><a href="%s" target="_blank">Plausible Analytics</a> is an easy to use, open source, lightweight and privacy-friendly alternative to Google Analytics. We\'re super excited to have you on board!</p><p>To use our plugin, you need to <a href="%s" target="_blank">register an account</a>. To explore the product, we offer you a free 30-day trial. No credit card is required to sign up for the trial.</p><p>Already have an account? Please do follow the following steps to get the most out of your Plausible experience.</p>',
7575
'plausible-analytics'
7676
),
7777
'https://plausible.io/?utm_source=WordPress&utm_medium=Referral&utm_campaign=WordPress+plugin',

0 commit comments

Comments
 (0)