Fix labels
authorLanius Trolling <lanius@laniustrolling.dev>
Sat, 6 Apr 2024 12:37:34 +0000 (08:37 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Sat, 6 Apr 2024 12:37:34 +0000 (08:37 -0400)
src/jvmMain/kotlin/info/mechyrdia/lore/parser_html.kt

index bab14170d1e5bbd6a8ac87f20eb52eb5f27f8a65..751fdd0fa3a39915740cbfe10434dac7f6a647b4 100644 (file)
@@ -574,7 +574,7 @@ enum class FactbookFormattingTag(val type: HtmlLexerTag) {
                                        div(classes = "thedish-alphabet-box") {
                                                p { +"Latin Alphabet:" }
                                                textArea(classes = "input-box") { spellCheck = false }
-                                               p { +"Tylan Alphabet:" }
+                                               p { +"Thedish Alphabet:" }
                                                textArea(classes = "output-box lang-thedish") { readonly = true }
                                        }
                                })
@@ -583,7 +583,7 @@ enum class FactbookFormattingTag(val type: HtmlLexerTag) {
                                        div(classes = "kishari-alphabet-box") {
                                                p { +"Latin Alphabet:" }
                                                textArea(classes = "input-box") { spellCheck = false }
-                                               p { +"Tylan Alphabet:" }
+                                               p { +"Kishari Alphabet:" }
                                                textArea(classes = "output-box lang-kishari") { readonly = true }
                                        }
                                })
@@ -592,7 +592,7 @@ enum class FactbookFormattingTag(val type: HtmlLexerTag) {
                                        div(classes = "pokhwal-alphabet-box") {
                                                p { +"Latin Alphabet:" }
                                                textArea(classes = "input-box") { spellCheck = false }
-                                               p { +"Tylan Alphabet:" }
+                                               p { +"Pokhwalish Alphabet:" }
                                                textArea(classes = "output-box lang-pokhwal") { readonly = true }
                                        }
                                })