diff --git a/README.md b/README.md index a1492a9..d632502 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Description -This plugin allows users to subscribe to pads and recieve email updates when a pad is being modified. You can modify the frequency. This plugin is very much in alpha stage and has a lot of things TODO (See TODO). +This plugin allows users to subscribe to pads and receive email updates when a pad is being modified. You can modify the frequency. This plugin is very much in alpha stage and has a lot of things TODO (See TODO). # Installation Make sure an SMTP gateway is installed IE postfix Configure SPF and RDNS records to ensure proper mail flow <-- Search online Copy/Edit the below to your settings.json Connect to a pad, Click on the Share/Embed link and enter in your email address. -Open that pad in ANOTHER BROWSER then begin modifying, you should recieve an email when the pad has begun editing and once the pad has gone stale (when everyone stops editing it and a time period passes). -NOTE: You will NOT recieve an email if you(the author that registered their email) are currently on or editing that pad! +Open that pad in ANOTHER BROWSER then begin modifying, you should receive an email when the pad has begun editing and once the pad has gone stale (when everyone stops editing it and a time period passes). +NOTE: You will NOT receive an email if you(the author that registered their email) are currently on or editing that pad! ``` "ep_email_notifications" : { diff --git a/package.json b/package.json index 9527624..f4a382b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ep_email_notifications", - "description": "Subscribe to a pad and recieve an email when someone edits your pad", + "description": "Subscribe to a pad and receive an email when someone edits your pad", "version": "0.0.5", "author": { "name": "johnyma22", diff --git a/static/js/ep_email.js b/static/js/ep_email.js index 972b54c..9f70476 100644 --- a/static/js/ep_email.js +++ b/static/js/ep_email.js @@ -43,7 +43,7 @@ function showRegistrationSuccess(){ // show a successful registration message // (string | mandatory) the heading of the notification title: "Email subscribed", // (string | mandatory) the text inside the notification - text: "You will recieve email when someone changes this pad. If this is the first time you have requested emails you may need to confirm your email address" + text: "You will receive email when someone changes this pad. If this is the first time you have requested emails you may need to confirm your email address" }); } @@ -74,7 +74,7 @@ function clientHasAlreadyRegistered(){ // Has the client already registered for function askClientToEnterEmail(){ $.gritter.add({ // (string | mandatory) the heading of the notification - title: "Enter your email to recieve an email when someone modifies this pad", + title: "Enter your email to receive an email when someone modifies this pad", // (string | mandatory) the text inside the notification text: "