We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657f9da commit 76d8794Copy full SHA for 76d8794
1 file changed
php/class-dashboard.php
@@ -363,7 +363,7 @@ public function register_settings( $pages ) {
363
'title' => function () use ( $plugin ) {
364
$cloud_name = $plugin->components['connect']->get_cloud_name();
365
/* Translators: placeholder is the Cloudinary cloud name. */
366
- return sprintf( __( 'Plan details for Cloud:%s', 'cloudinary' ), esc_html( $cloud_name ) );
+ return sprintf( __( 'Plan details for @%s', 'cloudinary' ), esc_html( $cloud_name ) );
367
},
368
array(
369
'type' => 'plan_details',
0 commit comments