diff --git a/frontend/src/Config/Pages/Debate/Debate/Pages/Arguments.elm b/frontend/src/Config/Pages/Debate/Debate/Pages/Arguments.elm index 466d2ca..2df0790 100755 --- a/frontend/src/Config/Pages/Debate/Debate/Pages/Arguments.elm +++ b/frontend/src/Config/Pages/Debate/Debate/Pages/Arguments.elm @@ -23,5 +23,5 @@ debateArguments = , debateCount = argumentListNumber , debateImage = formatName name , isNewTabLink = False - , debateDescription = "This page features arguments that I hold to be sound. I'm open to hearing all challenges, as I am ready to engage with and defend any argument listed." + , debateDescription = "This page features arguments that I hold to be sound, though with varying degrees of confidence. I'm open to hearing all challenges, as I am ready to engage with any substantive critiques and defend any argument listed. I have additionally included a confidence meter with each argument to give readers a clearer understanding of how strongly I hold to the argument." } diff --git a/frontend/src/Config/Pages/Debate/Debate/Pages/Cucklist.elm b/frontend/src/Config/Pages/Debate/Debate/Pages/Cucklist.elm index cd36c97..96f52a7 100755 --- a/frontend/src/Config/Pages/Debate/Debate/Pages/Cucklist.elm +++ b/frontend/src/Config/Pages/Debate/Debate/Pages/Cucklist.elm @@ -21,5 +21,5 @@ debateCuckList = , debateCount = cuckListNumber , debateImage = formatName name , isNewTabLink = False - , debateDescription = "This page features a list of morons who wrote cheques with their mouths that their asses couldn't cash. Each person included in this list has dodged debating me." + , debateDescription = "This page features a list of complete fucking morons who wrote cheques with their mouths that their asses ultimately couldn't cash. Each person included in this list has dodged debating me in some way, shape, or form. Whether it's simply ignoring invitations, or outright refusing to engage, or agreeing to debate and then subsequently withdrawing. All such instances are catalogued here." } diff --git a/frontend/src/Config/Pages/Debate/Debate/Pages/Gibberish.elm b/frontend/src/Config/Pages/Debate/Debate/Pages/Gibberish.elm index 402eb93..7328f56 100755 --- a/frontend/src/Config/Pages/Debate/Debate/Pages/Gibberish.elm +++ b/frontend/src/Config/Pages/Debate/Debate/Pages/Gibberish.elm @@ -21,5 +21,5 @@ debateGibberish = , debateCount = gibberishListNumber , debateImage = formatName name , isNewTabLink = False - , debateDescription = "This page is specifically for terms and ostensible concepts that I think are either nonsensical or so practically useless that its intelligiblity is irrelevant." + , debateDescription = "This page is specifically for terms and ostensible concepts that I don't have a good reason to believe are understandable from at least one viewpoint. If the clarification of a philosophical term is unsatisfying or unsuccessful, and my interlocutor has exhausted all means of rendering the concept to me, the term ends up here until someone explains to me what the fuck it even means." } diff --git a/frontend/src/Config/Pages/Headers/Pages/Debate.elm b/frontend/src/Config/Pages/Headers/Pages/Debate.elm index 95cf584..859e68c 100755 --- a/frontend/src/Config/Pages/Headers/Pages/Debate.elm +++ b/frontend/src/Config/Pages/Headers/Pages/Debate.elm @@ -10,5 +10,5 @@ debateHeader = "Debate" in { headerTitle = String.toUpper name - , headerBody = "fill me senpai" + , headerBody = "Here you will find links to various pages relevant to debate, such as formal arguments, a list of debate-dodging cucks, and an inventory of nonsensical terminology." } diff --git a/frontend/src/Pages/Services/Nix.elm b/frontend/src/Pages/Services/Nix.elm index 9778fc1..7eb6c35 100755 --- a/frontend/src/Pages/Services/Nix.elm +++ b/frontend/src/Pages/Services/Nix.elm @@ -189,7 +189,7 @@ nixCodeRenderer = |> el [ F.color syntaxTheme.key ] , text " = " |> el [ F.color syntaxTheme.operator ] - , text "\"Elm Environment\"" + , text "\"Elm/Haskell Environment\"" |> el [ F.color syntaxTheme.string ] , text ";" |> el [ F.color syntaxTheme.punctuation ]