From d348d4e03dfb04087111e2697d8f74489529ac16 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 31 Mar 2024 21:07:18 +0200 Subject: [PATCH] Some text changes. --- src/App/Page/Zone.purs | 4 ++-- src/App/Text/Explanations.purs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App/Page/Zone.purs b/src/App/Page/Zone.purs index 4d6d69c..c2d2a81 100644 --- a/src/App/Page/Zone.purs +++ b/src/App/Page/Zone.purs @@ -1000,12 +1000,12 @@ render_new_records _ , Bulma.btn "SRV" (CreateNewRRModal SRV) ] [] , Bulma.hr - , Bulma.h1 "Special records about the mail system (soon)" + , Bulma.h1 "Special records about the mail system" -- use "level" to get horizontal buttons next to each other (probably vertical on mobile) , Bulma.level [ Bulma.btn "SPF" (CreateNewRRModal SPF) , Bulma.btn "DKIM" (CreateNewRRModal DKIM) - , Bulma.btn_ro (C.is_small <> C.is_warning) "DMARC" + , Bulma.btn_ro (C.is_small <> C.is_warning) "DMARC (soon)" ] [] , Bulma.hr , Bulma.level [ diff --git a/src/App/Text/Explanations.purs b/src/App/Text/Explanations.purs index 14361f7..a32995d 100644 --- a/src/App/Text/Explanations.purs +++ b/src/App/Text/Explanations.purs @@ -12,7 +12,7 @@ tokens = HH.div_ Tokens are a simple way to update a resource record (A or AAAA) with your current IP address. """ ] - , HH.p_ [ HH.text "Let's take an example: you have a A record (IPv4) pointing to your web server at home, " + , HH.p_ [ HH.text "Let's take an example: you have an A record (IPv4) pointing to your web server at home, " , HH.text "but your ISP changes your IP address from time to time. " , HH.text "You can ask for a token (which looks like " , HH.u_ [HH.text "53be0c45-61c4-4d29-8ae9-c2cc8767603d"] @@ -26,7 +26,7 @@ tokens = HH.div_ , Bulma.hr , Bulma.h3 "How to automate the update of my IP address?" , Bulma.p "On Linux, you can make your computer access the update link with the following command." - , expl [ Bulma.strong "wget https://beta.netlib.re/token-update/" ] + , expl [ Bulma.strong "wget https://beta.netlib.re/token-update/" ] , Bulma.p """ No need for a more complex program. This works just fine. And you can run this command every hour.