Skip to content

Commit d3d0f65

Browse files
change setting text for new tracking method choice: reliable -> accurate
1 parent e8d88e0 commit d3d0f65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/settings-page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
<li>
5858
<label class="ka-setings--cb-label">
5959
<input type="radio" name="koko_analytics_settings[tracking_method]" value="cookie" <?php checked($settings['tracking_method'], 'cookie'); ?>>
60-
<strong><?php esc_html_e('Cookie', 'koko-analytics'); ?>: </strong> <?php esc_html_e('the most reliable and privacy-friendly, but may require a cookie policy and/or consent.', 'koko-analytics'); ?>
60+
<strong><?php esc_html_e('Cookie', 'koko-analytics'); ?>: </strong> <?php esc_html_e('most accurate and privacy-friendly, but may require a cookie policy and/or consent.', 'koko-analytics'); ?>
6161
</label>
6262

6363
</li>
6464
<li>
6565
<label class="ka-setings--cb-label">
6666
<input type="radio" name="koko_analytics_settings[tracking_method]" value="fingerprint" <?php checked($settings['tracking_method'], 'fingerprint'); ?>>
67-
<strong><?php esc_html_e('Cookieless', 'koko-analytics'); ?>: </strong> <?php esc_html_e('slightly less reliable and private, but does not require a cookie policy or consent.', 'koko-analytics'); ?>
67+
<strong><?php esc_html_e('Cookieless', 'koko-analytics'); ?>: </strong> <?php esc_html_e('slightly less accurate and private, but does not require a cookie policy or consent.', 'koko-analytics'); ?>
6868
</label>
6969
</li>
7070
<li><label class="ka-setings--cb-label">

0 commit comments

Comments
 (0)