Skip to content

Commit 5539bdc

Browse files
authored
Merge pull request #949 from cloudinary/update/faqs
As `Cloudinary plugin` for consistency
2 parents 9802f54 + 04b809f commit 5539bdc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ui-definitions/settings-pages.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,14 @@
403403
array(
404404
array(
405405
'type' => 'panel',
406-
'title' => __( 'Do I need a Cloudinary account to use the plugin and can I try it out for free?', 'cloudinary' ),
406+
'title' => __( 'Do I need a Cloudinary account to use the Cloudinary plugin and can I try it out for free?', 'cloudinary' ),
407407
'enabled' => static function () {
408408
return ! get_plugin_instance()->get_component( 'connect' )->is_connected();
409409
},
410410
'collapsible' => 'closed',
411411
'content' => sprintf(
412412
// translators: The HTML markup.
413-
__( 'To use the Cloudinary Plugin and all the functionality that comes with it, you will need to have a Cloudinary Account. %1$sIf you don’t have an account yet, %2$ssign up%3$s now for a free Cloudinary Programmable Media account%4$s. You’ll start with generous usage limits and when your requirements grow, you can easily upgrade to a plan that best fits your needs.', 'cloudinary' ),
413+
__( 'To use the Cloudinary plugin and all the functionality that comes with it, you will need to have a Cloudinary Account. %1$sIf you don’t have an account yet, %2$ssign up%3$s now for a free Cloudinary Programmable Media account%4$s. You’ll start with generous usage limits and when your requirements grow, you can easily upgrade to a plan that best fits your needs.', 'cloudinary' ),
414414
'<b>',
415415
'<a href="https://cloudinary.com/signup?source=wp&utm_source=wp&utm_medium=wporgmarketplace&utm_campaign=wporgmarketplace" target="_blank" rel="noopener noreferrer">',
416416
'</a>',
@@ -419,7 +419,7 @@
419419
),
420420
array(
421421
'type' => 'panel',
422-
'title' => __( 'I’ve installed the plugin, what happens now?', 'cloudinary' ),
422+
'title' => __( 'I’ve installed the Cloudinary plugin, what happens now?', 'cloudinary' ),
423423
'collapsible' => 'closed',
424424
'content' => __( 'If you left all the settings as default, all your current media will begin syncing with Cloudinary. Once syncing is complete, your media will be optimized and delivered using Cloudinary URLs and you should begin seeing improvements in performance across your site.', 'cloudinary' ),
425425
),
@@ -437,11 +437,11 @@
437437
),
438438
array(
439439
'type' => 'panel',
440-
'title' => __( 'Does the WordPress plugin require an active WordPress REST API connection?', 'cloudinary' ),
440+
'title' => __( 'Does the Cloudinary plugin require an active WordPress REST API connection?', 'cloudinary' ),
441441
'collapsible' => 'closed',
442442
'content' => sprintf(
443443
// translators: The HTML markup.
444-
__( ' To function correctly, the Cloudinary WordPress plugin requires an active WordPress REST API connection. Ensure your WordPress setup, including multisite or headless configurations, has the REST API enabled and active for seamless plugin operation.%1$sFor more information, see %2$sWordPress’s REST API Handbook%3$s.', 'cloudinary' ),
444+
__( ' To function correctly, the Cloudinary plugin requires an active WordPress REST API connection. Ensure your WordPress setup, including multisite or headless configurations, has the REST API enabled and active for seamless plugin operation.%1$sFor more information, see %2$sWordPress’s REST API Handbook%3$s.', 'cloudinary' ),
445445
'<br><br>',
446446
'<a href="https://developer.wordpress.org/rest-api/" target="_blank" rel="noopener noreferrer">',
447447
'</a>'
@@ -464,7 +464,7 @@
464464
'collapsible' => 'closed',
465465
'content' => sprintf(
466466
// translators: The HTML markup.
467-
__( 'Yes, the plugin has full support for WooCommerce. We also have additional functionality that allows you to add a fully optimized %1$sProduct Gallery%2$s.', 'cloudinary' ),
467+
__( 'Yes, the Cloudinary plugin has full support for WooCommerce. We also have additional functionality that allows you to add a fully optimized %1$sProduct Gallery%2$s.', 'cloudinary' ),
468468
'<a href="' . esc_url( add_query_arg( 'page', 'cloudinary_gallery' ) ) . '">',
469469
'</a>'
470470
),

0 commit comments

Comments
 (0)