diff --git a/README.md b/README.md
index c3b86cb..1d980d3 100644
--- a/README.md
+++ b/README.md
@@ -434,7 +434,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* Add ability to have and individual email sent to each recipient by setting x-smtpapi-to in headers
**1.7.5**
-* Fixed an issue with the reset password email from Wordpress
+* Fixed an issue with the reset password email from WordPress
* Updated validation for email addresses
* Fixed an issue where some errors were not displayed on the settings page
* Add substitutions functionality
@@ -461,7 +461,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* BREAKING CHANGE: Don't make update if you don't have mcrypt php library enabled
* Added the possibility of setting the api key or username/password empty
* Added the possibility of selecting the authentication method
-* Removed dependency on cURL, now all API requests are made through Wordpress
+* Removed dependency on cURL, now all API requests are made through WordPress
* Sending mail via SMTP now supports API keys
* Security improvements
* Refactored old code
@@ -682,7 +682,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* Add ability to have and individual email sent to each recipient by setting x-smtpapi-to in headers
**1.7.5**
-* Fixed an issue with the reset password email from Wordpress
+* Fixed an issue with the reset password email from WordPress
* Updated validation for email addresses
* Fixed an issue where some errors were not displayed on the settings page
* Add substitutions functionality
@@ -709,7 +709,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* BREAKING CHANGE: Don't make update if you don't have mcrypt php library enabled
* Added the possibility of setting the api key or username/password empty
* Added the possibility of selecting the authentication method
-* Removed dependency on cURL, now all API requests are made through Wordpress
+* Removed dependency on cURL, now all API requests are made through WordPress
* Sending mail via SMTP now supports API keys
* Security improvements
* Refactored old code
diff --git a/lib/class-sendgrid-statistics.php b/lib/class-sendgrid-statistics.php
index 38ffa75..cea5007 100644
--- a/lib/class-sendgrid-statistics.php
+++ b/lib/class-sendgrid-statistics.php
@@ -57,7 +57,7 @@ public static function add_dashboard_widget()
return;
}
- add_meta_box( 'sendgrid_statistics_widget', 'SendGrid Wordpress Statistics', array( __CLASS__, 'show_dashboard_widget' ),
+ add_meta_box( 'sendgrid_statistics_widget', 'SendGrid WordPress Statistics', array( __CLASS__, 'show_dashboard_widget' ),
'dashboard', 'normal', 'high' );
}
diff --git a/readme.txt b/readme.txt
index 64d804d..bc251e3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -408,7 +408,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* Updated validation for email addresses in the headers field of the send test email form
* Add ability to have and individual email sent to each recipient by setting x-smtpapi-to in headers
= 1.7.5 =
-* Fixed an issue with the reset password email from Wordpress
+* Fixed an issue with the reset password email from WordPress
* Updated validation for email addresses
* Fixed an issue where some errors were not displayed on the settings page
* Add substitutions functionality
@@ -430,7 +430,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* BREAKING CHANGE: Don't make update if you don't have mcrypt php library enabled
* Added the possibility of setting the api key or username/password empty
* Added the possibility of selecting the authentication method
-* Removed dependency on cURL, now all API requests are made through Wordpress
+* Removed dependency on cURL, now all API requests are made through WordPress
* Sending mail via SMTP now supports API keys
* Security improvements
* Refactored old code
@@ -594,7 +594,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* Updated validation for email addresses in the headers field of the send test email form
* Add ability to have and individual email sent to each recipient by setting x-smtpapi-to in headers
= 1.7.5 =
-* Fixed an issue with the reset password email from Wordpress
+* Fixed an issue with the reset password email from WordPress
* Updated validation for email addresses
* Fixed an issue where some errors were not displayed on the settings page
* Add substitutions functionality
@@ -616,7 +616,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a
* BREAKING CHANGE: Don't make update if you don't have mcrypt php library enabled
* Added the possibility of setting the api key or username/password empty
* Added the possibility of selecting the authentication method
-* Removed dependency on cURL, now all API requests are made through Wordpress
+* Removed dependency on cURL, now all API requests are made through WordPress
* Sending mail via SMTP now supports API keys
* Security improvements
* Refactored old code
diff --git a/view/sendgrid_stats.php b/view/sendgrid_stats.php
index 6229b30..d5b3546 100644
--- a/view/sendgrid_stats.php
+++ b/view/sendgrid_stats.php
@@ -5,7 +5,7 @@
-