From: TheSaminator Date: Thu, 16 Jun 2022 17:17:04 +0000 (-0400) Subject: OOPS 2 X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=e2b639e42c6a1035f1e2ad231ce837013e38455c;p=starship-fights OOPS 2 --- diff --git a/src/jvmMain/kotlin/net/starshipfights/info/views_gdpr.kt b/src/jvmMain/kotlin/net/starshipfights/info/views_gdpr.kt index b60ffb8..6527620 100644 --- a/src/jvmMain/kotlin/net/starshipfights/info/views_gdpr.kt +++ b/src/jvmMain/kotlin/net/starshipfights/info/views_gdpr.kt @@ -155,13 +155,13 @@ suspend fun ApplicationCall.privateInfo(): String { appendLine("Ship is a ${grave.shipType.fullerDisplayName}") appendLine("Ship was destroyed at ${grave.destroyedAt} in battle recorded at ${grave.destroyedIn}") } - appendLine("") - appendLine("# More information") - appendLine("This document contains the totality of your private data as stored by Starship Fights") - appendLine("This page can be accessed at https://starshipfights.net/me/private-info") - appendLine("All private info can be downloaded at https://starshipfights.net/me/private-info/txt") - appendLine("The privacy policy can be reviewed at https://starshipfights.net/about/pp") } + appendLine("") + appendLine("# More information") + appendLine("This document contains the totality of your private data as stored by Starship Fights") + appendLine("This page can be accessed at https://starshipfights.net/me/private-info") + appendLine("All private info can be downloaded at https://starshipfights.net/me/private-info/txt") + appendLine("The privacy policy can be reviewed at https://starshipfights.net/about/pp") } }