Skip to content

Commit 1acb4bf

Browse files
committed
Merge branch 'uat-rc' of github.com:cloudinary/cloudinary_wordpress into uat-rc
2 parents 3e315ce + 50f4b17 commit 1acb4bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/ui-definitions/tabs/sync-media-content.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<?php if ( ! empty( $this->plugin->config['connect'] ) ) : ?>
1212
<div id="auto-sync-alert" style="display:none;">
1313
<p>
14-
<?php esc_html_e( 'Enabling Auto Sync will result in slower loading times, but only once if the asset was not synced to Cloudinary yet. A way to avoid this one-time latency is by initiating a Bulk-Sync by pressing the button at the bottom of this page.', 'cloudinary' ) ?>
14+
<?php esc_html_e( 'Enabling Auto Sync may result in a slower load time for each asset when first requested as this will trigger the sync with Cloudinary. To avoid this delay, sync all assets in advance using the Bulk Sync option.', 'cloudinary' ) ?>
1515
</p>
1616
</div>
17-
<a href="#TB_inline?&inlineId=auto-sync-alert&height=90" title="<?php esc_attr_e( 'Warning', 'cloudinary' ) ?>" id="auto-sync-alert-btn" class="thickbox"></a>
17+
<a href="#TB_inline?&inlineId=auto-sync-alert&height=100" title="<?php esc_attr_e( 'Auto Sync', 'cloudinary' ) ?>" id="auto-sync-alert-btn" class="thickbox"></a>
1818
<div class="settings-tab-section-card">
1919
<div class="settings-tab-section-fields-dashboard-success">
2020
<?php if ( true === $autosync ) : ?>

0 commit comments

Comments
 (0)