Merge pull request #25898 from woocommerce/fix/25881

Fixes typo in download help text
This commit is contained in:
Peter Fabian 2020-03-17 17:47:19 +01:00 committed by GitHub
commit b3357fee79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class WC_Settings_Products extends WC_Settings_Page {
'default' => 'yes', 'default' => 'yes',
'desc_tip' => sprintf( 'desc_tip' => sprintf(
// translators: Link to WooCommerce Docs. // translators: Link to WooCommerce Docs.
__( "Not required if you download directory is protected. <a href='%s'>See this guide</a> for more details. Files already uploaded will not be affected.", 'woocommerce' ), __( "Not required if your download directory is protected. <a href='%s'>See this guide</a> for more details. Files already uploaded will not be affected.", 'woocommerce' ),
'https://docs.woocommerce.com/document/digital-downloadable-product-handling#unique-string' 'https://docs.woocommerce.com/document/digital-downloadable-product-handling#unique-string'
), ),
), ),