Skip to content

Commit 76d8794

Browse files
author
Marco Pereirinha
committed
Update wording
1 parent 657f9da commit 76d8794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/class-dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public function register_settings( $pages ) {
363363
'title' => function () use ( $plugin ) {
364364
$cloud_name = $plugin->components['connect']->get_cloud_name();
365365
/* Translators: placeholder is the Cloudinary cloud name. */
366-
return sprintf( __( 'Plan details for Cloud:%s', 'cloudinary' ), esc_html( $cloud_name ) );
366+
return sprintf( __( 'Plan details for @%s', 'cloudinary' ), esc_html( $cloud_name ) );
367367
},
368368
array(
369369
'type' => 'plan_details',

0 commit comments

Comments
 (0)