wp/wp-admin/privacy.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-admin/privacy.php	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/privacy.php	Fri Sep 05 18:52:52 2025 +0200
@@ -26,7 +26,7 @@
 		</div>
 
 		<div class="about__header-text">
-			<?php _e( 'We take privacy and transparency very seriously' ); ?>
+			<?php _e( 'WordPress.org takes privacy and transparency very seriously' ); ?>
 		</div>
 	</div>
 
@@ -59,7 +59,7 @@
 				<?php
 				printf(
 					/* translators: %s: https://wordpress.org/about/privacy/ */
-					__( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">our Privacy Policy</a>.' ),
+					__( 'WordPress.org takes privacy and transparency very seriously. To learn more about what data is collected, and how it is used, please visit <a href="%s">the WordPress.org Privacy Policy</a>.' ),
 					__( 'https://wordpress.org/about/privacy/' )
 				);
 				?>