From 17bb01f317f0c486171763f9b84c0789064d382f Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 22 Dec 2019 15:59:41 +0000 Subject: [PATCH] Fix wording --- .../dashboard/alias_contact_manager.html | 2 +- app/dashboard/templates/dashboard/api_key.html | 2 +- .../templates/dashboard/custom_domain.html | 2 +- app/dashboard/templates/dashboard/index.html | 15 +++++++-------- app/dashboard/templates/dashboard/setting.html | 3 ++- .../templates/dashboard/unsubscribe.html | 2 +- app/developer/templates/developer/index.html | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/dashboard/templates/dashboard/alias_contact_manager.html b/app/dashboard/templates/dashboard/alias_contact_manager.html index fad8039b..9cdb77b9 100644 --- a/app/dashboard/templates/dashboard/alias_contact_manager.html +++ b/app/dashboard/templates/dashboard/alias_contact_manager.html @@ -88,7 +88,7 @@ $(".delete-forward-email").on("click", function (e) { notie.confirm({ text: "Activity history associated with this reverse-alias will be deleted, " + - " please confirm", + " please confirm.", cancelCallback: () => { // nothing to do }, diff --git a/app/dashboard/templates/dashboard/api_key.html b/app/dashboard/templates/dashboard/api_key.html index f876d174..c459ba25 100644 --- a/app/dashboard/templates/dashboard/api_key.html +++ b/app/dashboard/templates/dashboard/api_key.html @@ -90,7 +90,7 @@ $(".delete-api-key").on("click", function (e) { notie.confirm({ text: "If this api key is currently in use, you need to replace it with another api key, " + - " please confirm", + " please confirm.", cancelCallback: () => { // nothing to do }, diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html index 10626116..40ade6e6 100644 --- a/app/dashboard/templates/dashboard/custom_domain.html +++ b/app/dashboard/templates/dashboard/custom_domain.html @@ -149,7 +149,7 @@ $(".delete-custom-domain").on("click", function (e) { notie.confirm({ text: "All aliases associated with this domain will be also deleted, " + - " please confirm", + " please confirm.", cancelCallback: () => { // nothing to do }, diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 1c55680a..aee2795f 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -134,10 +134,8 @@ - Delete -     - - + Delete    + @@ -243,7 +241,7 @@ notie.confirm({ text: "Once an alias is deleted, people/apps " + "who used to contact you via this email address cannot reach you any more," + - " please confirm", + " please confirm.", cancelCallback: () => { // nothing to do }, @@ -255,7 +253,8 @@ $(".trigger-email").on("click", function (e) { notie.confirm({ - text: "SimpleLogin server will send an email to this alias and it will arrive to your inbox, please confirm", + text: "SimpleLogin server will send an email to this alias " + + "and it will arrive to your inbox, please confirm.", cancelCallback: () => { // nothing to do }, @@ -269,9 +268,9 @@ var message = ""; if (e.target.checked) { - message = `After this, you will start receiving email sent to this alias, please confirm`; + message = `After this, you will start receiving email sent to this alias, please confirm.`; } else { - message = `After this, you will stop receiving email sent to this alias, please confirm`; + message = `After this, you will stop receiving email sent to this alias, please confirm.`; } notie.confirm({ diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index 7603a962..7da137ef 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -50,7 +50,8 @@
-

Change password

+

Change password

+
You will receive an email containing instructions on how to change password.
diff --git a/app/dashboard/templates/dashboard/unsubscribe.html b/app/dashboard/templates/dashboard/unsubscribe.html index 8125f206..f4f8ada9 100644 --- a/app/dashboard/templates/dashboard/unsubscribe.html +++ b/app/dashboard/templates/dashboard/unsubscribe.html @@ -16,7 +16,7 @@ You are about to block the alias {{alias}}

- After this, you will stop receiving all emails sent to this alias, please confirm + After this, you will stop receiving all emails sent to this alias, please confirm.

diff --git a/app/developer/templates/developer/index.html b/app/developer/templates/developer/index.html index f093bb0b..d0ec5b2f 100644 --- a/app/developer/templates/developer/index.html +++ b/app/developer/templates/developer/index.html @@ -70,7 +70,7 @@ $(".custom-switch-input").change(function (e) { // Only ask for confirmation when publishing, not when un-publishing if (e.target.checked) { - var message = `After this, your app/website will made available in "Discover", please confirm`; + var message = `After this, your app/website will made available in "Discover", please confirm.`; notie.confirm({ text: message,