From 2c833b274946f4f99513036f3302ca42a2e1c308 Mon Sep 17 00:00:00 2001 From: shuli-ogp Date: Wed, 28 Apr 2021 14:02:55 +0800 Subject: [PATCH] feat: update form guide links to go links --- ...ce-notification-permanent.server.view.html | 20 ++++++------------- ...ce-notification-transient.server.view.html | 20 ++++++------------- .../activate-form-modal.client.controller.js | 2 +- .../settings-form.client.directive.js | 2 +- .../admin/views/edit-fields.client.modal.html | 5 +---- src/public/sitemap.xml | 2 +- src/public/translations/en-SG/main.json | 6 +++--- 7 files changed, 19 insertions(+), 38 deletions(-) diff --git a/src/app/views/templates/bounce-notification-permanent.server.view.html b/src/app/views/templates/bounce-notification-permanent.server.view.html index e7fcb103ba..581bca0f1d 100644 --- a/src/app/views/templates/bounce-notification-permanent.server.view.html +++ b/src/app/views/templates/bounce-notification-permanent.server.view.html @@ -29,8 +29,7 @@
  • Consider switching your form to Storage mode, or - setting up AutoArchiving which automates clearing of mailbox capacity (see @@ -58,15 +57,13 @@
    1. Here is a guide to - switching your form from Email mode to Storage mode.
    2. Be sure - not to lose the secret key, which you will need to access responses. Responses cannot be recovered if this key is lost. @@ -75,14 +72,12 @@

      Other useful links

    diff --git a/src/app/views/templates/bounce-notification-transient.server.view.html b/src/app/views/templates/bounce-notification-transient.server.view.html index 283bdd4cd5..7ce1f4375e 100644 --- a/src/app/views/templates/bounce-notification-transient.server.view.html +++ b/src/app/views/templates/bounce-notification-transient.server.view.html @@ -25,8 +25,7 @@
  • Consider switching your form to Storage mode, or - setting up AutoArchiving which automates clearing of mailbox capacity (see @@ -49,15 +48,13 @@
    1. Here is a guide to - switching your form from Email mode to Storage mode.
    2. Be sure - not to lose the secret key, which you will need to access responses. Responses cannot be recovered if this key is lost. @@ -66,14 +63,12 @@

      Other useful links

    diff --git a/src/public/modules/forms/admin/controllers/activate-form-modal.client.controller.js b/src/public/modules/forms/admin/controllers/activate-form-modal.client.controller.js index e478a0df31..8deb6ec6fc 100644 --- a/src/public/modules/forms/admin/controllers/activate-form-modal.client.controller.js +++ b/src/public/modules/forms/admin/controllers/activate-form-modal.client.controller.js @@ -65,7 +65,7 @@ function ActivateFormController( vm.savingStatus = 1 const toastMessage = dedent` Congrats! Your form is now live.
    For high-traffic forms, - + AutoArchive your mailbox to prevent lost responses. ` return updateFormStatusAndSave(toastMessage, { diff --git a/src/public/modules/forms/admin/directives/settings-form.client.directive.js b/src/public/modules/forms/admin/directives/settings-form.client.directive.js index b95e2f6944..dfc377036e 100644 --- a/src/public/modules/forms/admin/directives/settings-form.client.directive.js +++ b/src/public/modules/forms/admin/directives/settings-form.client.directive.js @@ -341,7 +341,7 @@ function settingsFormDirective( if ($scope.tempForm.status === 'PRIVATE') { const toastMessage = dedent` Congrats! Your form is now live.
    For high-traffic forms, - + AutoArchive your mailbox to prevent lost responses. ` updateFormStatusAndSave(toastMessage, { diff --git a/src/public/modules/forms/admin/views/edit-fields.client.modal.html b/src/public/modules/forms/admin/views/edit-fields.client.modal.html index 60ca96987e..70fdfa5cff 100644 --- a/src/public/modules/forms/admin/views/edit-fields.client.modal.html +++ b/src/public/modules/forms/admin/views/edit-fields.client.modal.html @@ -1155,10 +1155,7 @@