diff --git a/pkg/systray/notificator.go b/pkg/systray/notificator.go
index 80d08c261ba58cf893b846af5696f859b42baed4..f3aa9a9549a11444632f718399ced423291a574d 100644
--- a/pkg/systray/notificator.go
+++ b/pkg/systray/notificator.go
@@ -28,7 +28,7 @@ import (
 )
 
 const (
-	donationText = `The %s service is expensive to run. Because we don't want to store personal information about you, there is no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.
+	donationText = `The %s service is expensive to run. Because we don't want to store personal information about you, there are no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.
 	
 Do you want to donate now?`
 	aboutText = `%[1]s is an easy, fast, and secure VPN service from %[2]s. %[1]s does not require a user account, keep logs, or track you in any way.
diff --git a/tools/transifex/messages.json b/tools/transifex/messages.json
index 0cd8940d7d2da6face7d2fef7e0cac0d42dfc32e..70017c1b96ef6faf764b8fd5ee9b6cd978bdafb7 100644
--- a/tools/transifex/messages.json
+++ b/tools/transifex/messages.json
@@ -18,7 +18,7 @@
     "Turn on": "Turn on",
     "Use {ApplicationName} {City} gateway": "Use {ApplicationName} {City} gateway",
     "aboutText": "{ApplicationName} is an easy, fast, and secure VPN service from {Provider}. {ApplicationName} does not require a user account, keep logs, or track you in any way.\n\t    \nThis service is paid for entirely by donations from users like you. Please donate at {DonateURL}.\n\t\t\nBy using this application, you agree to the Terms of Service available at {TosURL}. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place.\n\n\n{ApplicationName_1} version: {Version}",
-    "donationText": "The {ApplicationName} service is expensive to run. Because we don't want to store personal information about you, there is no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.\n\t\nDo you want to donate now?",
+    "donationText": "The {ApplicationName} service is expensive to run. Because we don't want to store personal information about you, there are no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.\n\t\nDo you want to donate now?",
     "errorMsg": "An error has ocurred initializing the VPN: {Err}",
     "errorStartingVPN": "Can't connect to {ApplicationName}: {Err}",
     "missingAuthAgent": "Could not find a polkit authentication agent. Please run one and try again.",