aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-09 11:00:50 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-09 11:00:50 -0800
commit7f9c6a0e86b1533f0ce9819b4b4fdec794adc291 (patch)
tree7fe3383add22a27d00eb37bcf48cbb315dc51cc1
parentd5270c06cc8a483c906beca1c71b76e8fe1b4306 (diff)
downloaddn42peering-7f9c6a0e86b1533f0ce9819b4b4fdec794adc291.tar
dn42peering-7f9c6a0e86b1533f0ce9819b4b4fdec794adc291.tar.gz
dn42peering-7f9c6a0e86b1533f0ce9819b4b4fdec794adc291.tar.bz2
dn42peering-7f9c6a0e86b1533f0ce9819b4b4fdec794adc291.zip
fix(central): update necessary frontend messages
-rw-r--r--central/src/main/resources/index.ftlh4
-rw-r--r--central/src/main/resources/manage/delete.ftlh2
2 files changed, 1 insertions, 5 deletions
diff --git a/central/src/main/resources/index.ftlh b/central/src/main/resources/index.ftlh
index 7b5051e..a507072 100644
--- a/central/src/main/resources/index.ftlh
+++ b/central/src/main/resources/index.ftlh
@@ -17,10 +17,6 @@
<li>We: Constantly check your connection.</li>
<li>If you decided to stop peering with us, just login and delete your connection. We will stop connecting with you. The whole process is automated.</li>
</ol>
-<h2>Special Notices (Please read)</h2>
-<ul>
- <li>Accounts are not shared across our endpoints.</li>
-</ul>
<h2>Start peering today!</h2>
<ol>
<li>Register your ASN <a href="/asn">Here</a>.</li>
diff --git a/central/src/main/resources/manage/delete.ftlh b/central/src/main/resources/manage/delete.ftlh
index 13453ae..6dd9877 100644
--- a/central/src/main/resources/manage/delete.ftlh
+++ b/central/src/main/resources/manage/delete.ftlh
@@ -18,7 +18,7 @@
</div>
</#if>
<form action="/manage/delete-account" method="post">
- <label for="submit">Are you sure to delete your account? This will delete the ASN record on this node.</label><br />
+ <label for="submit">Are you sure to delete your account?</label><br />
<input type="submit" id="submit">
</form>
</body>