Skip to content

Commit 66be684

Browse files
author
Marco Pereirinha
committed
Update wording
1 parent f413037 commit 66be684

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

php/class-special-offer.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,15 @@ public function filtered_settings( $settings ) {
7070
array(
7171
'type' => 'link',
7272
'content' => __( 'Get started', 'cloudinary' ),
73-
'url' => static function () {
73+
'url' => function () {
7474
$args = array(
7575
'tf_360017815680' => 'help_with_plans',
76-
'tf_subject' => esc_attr( __( 'Request to Purchase the WordPress Small Plan', 'cloudinary' ) ),
77-
'tf_description' => esc_attr( __( "Hello,<br><br>I'm interested in purchasing the Small plan for $29. Could you please provide me with the next steps to complete the purchase?<br><br>Thank you!", 'cloudinary' ) ),
76+
'tf_subject' => sprintf(
77+
// translators: The plugin version.
78+
esc_attr( __( 'Request to Purchase the WordPress plugin version %s Small Plan', 'cloudinary' ) ),
79+
$this->plugin->version
80+
),
81+
'tf_description' => esc_attr( __( "Hello,<br><br>I'm interested in purchasing the monthly Small plan for $29/month. Could you please provide me with the next steps to complete the purchase?<br><br>Thank you!", 'cloudinary' ) ),
7882
);
7983
return Utils::get_support_link( $args );
8084
},

php/templates/special-offer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
?>
99

10-
<p><?php esc_html_e( 'Running out of space on your free account? Upgrade for just $29 and supercharge your WordPress site with Cloudinary for unlimited awesomeness!', 'cloudinary' ); ?></p>
10+
<p><?php esc_html_e( 'Running out of space on your free account? Upgrade for just $29/month and supercharge your WordPress site with Cloudinary for unlimited awesomeness!', 'cloudinary' ); ?></p>
1111

1212
<p>
1313
<?php esc_html_e( 'As a note:', 'cloudinary' ); ?>

0 commit comments

Comments
 (0)