Skip to content

Commit 8e5e3f9

Browse files
SMTPSUPORT-333 - Used Correct Parameters
1 parent 1c22b49 commit 8e5e3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Postman/Postman.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function __construct( $rootPluginFilenameAndPath, $version ) {
9797

9898
// get plugin metadata - alternative to get_plugin_data
9999
$this->pluginData = array(
100-
'name' => _x( 'Postman SMTP', 'post-smtp' ),
100+
'name' => _x( 'Postman SMTP', 'Post SMTP plugin name', 'post-smtp' ),
101101
'version' => $version,
102102
);
103103

0 commit comments

Comments
 (0)