Skip to content

Commit

Permalink
Refine strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejackson1 committed Feb 21, 2024
1 parent e566f15 commit 2035e28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Helper/Helper_Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,11 @@ public function addon_license_responses( $addon_name ) {
'missing' => __( 'This license key is invalid. Please check your key has been entered correctly.', 'gravity-forms-pdf-extended' ),
'invalid' => __( 'The license key is invalid. Please check your key has been entered correctly.', 'gravity-forms-pdf-extended' ),
'site_inactive' => __( 'Your license key is valid but does not match your current domain. This usually occurs if your domain URL changes. Please resave the settings to activate the license for this website.', 'gravity-forms-pdf-extended' ),
'item_name_mismatch' => sprintf( __( 'This license key is invalid for %s.', 'gravity-forms-pdf-extended' ), $addon_name ),
'no_activations_left' => sprintf( __( 'This license key has reached its activation limit. %1$sPlease upgrade your license to increase the site limit (you only pay the difference)$2$s.', 'gravity-forms-pdf-extended' ), '<a href="%s">', '</a>' ),
'item_name_mismatch' => sprintf( __( 'This license key is not valid for %s. Please check your key is for this product.', 'gravity-forms-pdf-extended' ), $addon_name ),
'invalid_item_id' => sprintf( __( 'This license key is not valid for %s. Please check your key is for this product.', 'gravity-forms-pdf-extended' ), $addon_name ),
'no_activations_left' => sprintf( __( 'This license key has reached its activation limit. %1$sPlease upgrade your license to increase the site limit (you only pay the difference)%2$s.', 'gravity-forms-pdf-extended' ), '<a href="%s">', '</a>' ),
'default' => __( 'An error occurred, please try again.', 'gravity-forms-pdf-extended' ),
'generic' => __( 'An error occurred during activation, please try again.', 'gravity-forms-pdf-extended' ),
'generic' => __( 'An error occurred, please try again.', 'gravity-forms-pdf-extended' ),
];
}

Expand Down

0 comments on commit 2035e28

Please sign in to comment.