Skip to content

Commit

Permalink
SMTPSUPORT-333 - Used Correct Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
smusmanobjects committed Dec 10, 2024
1 parent 1c22b49 commit 8e5e3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Postman/Postman.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function __construct( $rootPluginFilenameAndPath, $version ) {

// get plugin metadata - alternative to get_plugin_data
$this->pluginData = array(
'name' => _x( 'Postman SMTP', 'post-smtp' ),
'name' => _x( 'Postman SMTP', 'Post SMTP plugin name', 'post-smtp' ),
'version' => $version,
);

Expand Down

0 comments on commit 8e5e3f9

Please sign in to comment.