Skip to content

Commit 724f2d5

Browse files
author
Marco Pereirinha
committed
Update wording
1 parent 9a2e27d commit 724f2d5

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

php/class-special-offer.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function filtered_settings( $settings ) {
5252
array(
5353
'type' => 'tag',
5454
'element' => 'div',
55-
'content' => __( 'Special Offer', 'cloudinary' ),
55+
'content' => __( 'Special Offer!', 'cloudinary' ),
5656
'attributes' => array(
5757
'class' => array(
5858
'cld-special-offer',
@@ -62,11 +62,9 @@ public function filtered_settings( $settings ) {
6262
array(
6363
'type' => 'panel',
6464
'title' => __( 'Get a small $29 plan', 'cloudinary' ),
65-
'description' => __( 'Contact us', 'cloudinary' ),
6665
'collapsible' => 'closed',
6766
array(
68-
'type' => 'tag',
69-
'element' => 'div',
67+
'type' => 'div',
7068
'content' => $this->get_special_offer_content(),
7169
),
7270
array(
@@ -75,7 +73,7 @@ public function filtered_settings( $settings ) {
7573
'url' => static function () {
7674
$args = array(
7775
'tf_360017815680' => 'help_with_plans',
78-
'tf_subject' => esc_attr( __( 'Request to Purchase the Small Plan', 'cloudinary' ) ),
76+
'tf_subject' => esc_attr( __( 'Request to Purchase the WordPress Small Plan', 'cloudinary' ) ),
7977
'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' ) ),
8078
);
8179
return Utils::get_support_link( $args );

php/sync/class-sync-queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public function get_total_synced_media() {
412412
'error_count' => $errors_count,
413413
// translators: placeholders are the number of errors.
414414
'error_count_hr' => 0 === $errors_count ? '' : sprintf( _n( '%s error with assets', '%s errors with assets', $errors_count, 'cloudinary' ), number_format_i18n( $errors_count ) ),
415-
'error_clean_up' => 0 === $errors_count ? '' : __( 'Retry errored unsynced items', 'cloudinary' ),
415+
'error_clean_up' => 0 === $errors_count ? '' : __( 'Fix Sync Errors', 'cloudinary' ),
416416

417417
// Number of assets.
418418
'total_assets' => $total_assets, // This is a count of the assets in _cloudinary_relationships.

0 commit comments

Comments
 (0)