Jelajahi Sumber

update footer credits (#6627)

Closes: https://github.com/Automattic/themes/issues/6624
Vicente Canales 2 tahun lalu
induk
melakukan
17bd1a8b46
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      loudness/patterns/footer.php

+ 1 - 1
loudness/patterns/footer.php

@@ -22,7 +22,7 @@
 		$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'loudness' ) ) . '" rel="nofollow">WordPress</a>';
 		echo sprintf(
 		// Translators: Footer credits.
-			esc_html__( '%1$s, Proudly Powered by %2$s', 'loudness' ),
+			esc_html__( '%1$s, Designed with %2$s', 'loudness' ),
 			$theme_name,
 			$wordpress_link
 		);