diff options
author | Yehuda Hassine <yehuda@myinbox.in> | 2019-05-01 01:10:40 +0300 |
---|---|---|
committer | Yehuda Hassine <yehuda@myinbox.in> | 2019-05-01 01:10:40 +0300 |
commit | 2418df179a32dfe20559a948e4fff10ee23e2a7c (patch) | |
tree | 06466af763ece111db66ebf258dd3b192622c797 | |
parent | 34356f6d27e564c0d0b687e6cb384e31219222b0 (diff) | |
download | Post-SMTP-2418df179a32dfe20559a948e4fff10ee23e2a7c.zip |
typo
-rw-r--r-- | Postman/Postman-Configuration/PostmanConfigurationController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Configuration/PostmanConfigurationController.php b/Postman/Postman-Configuration/PostmanConfigurationController.php index 98e1bac..d71a345 100644 --- a/Postman/Postman-Configuration/PostmanConfigurationController.php +++ b/Postman/Postman-Configuration/PostmanConfigurationController.php @@ -564,7 +564,7 @@ class PostmanConfigurationController { <td> <input type="checkbox" id="notification_use_chrome" name="postman_options[notification_use_chrome]"> <a target="_blank" class="" href="https://chrome.google.com/webstore/detail/npklmbkpbknkmbohdbpikeidiaekjoch"> - <?php _e( 'You can download the chrome extensiom here.', 'post-smtp' ); ?> + <?php _e( 'You can download the chrome extension here.', 'post-smtp' ); ?> </a> </td> </tr> |