diff --git a/src/endpoints/index.rs b/src/endpoints/index.rs index 4f9900a..d687caf 100644 --- a/src/endpoints/index.rs +++ b/src/endpoints/index.rs @@ -27,10 +27,11 @@ pub async fn get() -> Markup { h1 { "Arbeitszeitdokumentationsgenerator" } p { - "Want to use " + "Du kannst auch " + a href="tsg/" { "JSON eingeben" } + ", das kompatibel mit dem " a href="https://github.com/kit-sdq/TimeSheetGenerator" { "TimeSheetGenerator" } - "-compatible JSON instead? " - a href="tsg/" { "Go here!" } + " ist." } div #header { diff --git a/src/endpoints/tsg.rs b/src/endpoints/tsg.rs index 1ae4486..657fc60 100644 --- a/src/endpoints/tsg.rs +++ b/src/endpoints/tsg.rs @@ -22,8 +22,9 @@ pub async fn get() -> Markup { h1 { "Arbeitszeitdokumentationsgenerator" } p { - "Want to use a fancy-looking form instead? " - a href=".." { "Go here!" } + "Du kannst deine Daten auch in einem " + a href=".." { "coolen Formular" } + " eingeben." } textarea name="global" placeholder="Global.json" {}