fix: typo

This commit is contained in:
Philipp Dormann 2023-04-15 20:59:02 +02:00
parent 9b83b38356
commit 8a4974ffa9
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
3 changed files with 4 additions and 4 deletions

View File

@ -141,7 +141,7 @@
style="background-image: url('/beamershow_background.png');background-position: center;background-size: contain;background-repeat:no-repeat;" style="background-image: url('/beamershow_background.png');background-position: center;background-size: contain;background-repeat:no-repeat;"
> >
<div class="w-full"> <div class="w-full">
<div style="width:55vw;" class="mx-auto"> <div style="width:60vw;" class="mx-auto">
<!-- --> <!-- -->
{#if current_page === "general"} {#if current_page === "general"}
<div transition:slide|local> <div transition:slide|local>
@ -310,7 +310,7 @@
<h1 <h1
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5" class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
> >
{$_("top-organsiationen")} {$_("top-organisationen")}
</h1> </h1>
<table <table
class="table font-semibold p-4 bg-white shadow rounded-lg w-full" class="table font-semibold p-4 bg-white shadow rounded-lg w-full"

View File

@ -34,7 +34,7 @@
"the_provided_scan_station_is_disabled": "Die angegebene Scanstation ist deaktiviert.", "the_provided_scan_station_is_disabled": "Die angegebene Scanstation ist deaktiviert.",
"the_provided_scan_station_token_is_invalid": "Der angegebene Scanstation-Token ist ungültig.", "the_provided_scan_station_token_is_invalid": "Der angegebene Scanstation-Token ist ungültig.",
"top-laeufer": "Top-Läufer", "top-laeufer": "Top-Läufer",
"top-organsiationen": "Top-Organsiationen", "top-organisationen": "Top-Organisationen",
"top-teams": "Top-Teams", "top-teams": "Top-Teams",
"track_distance": "Länge des Tracks", "track_distance": "Länge des Tracks",
"track_id": "Track ID", "track_id": "Track ID",

View File

@ -34,7 +34,7 @@
"the_provided_scan_station_is_disabled": "The provided scan station is disabled.", "the_provided_scan_station_is_disabled": "The provided scan station is disabled.",
"the_provided_scan_station_token_is_invalid": "The provided scan station token is invalid.", "the_provided_scan_station_token_is_invalid": "The provided scan station token is invalid.",
"top-laeufer": "Top runners", "top-laeufer": "Top runners",
"top-organsiationen": "Top organizations", "top-organisationen": "Top organizations",
"top-teams": "Top teams", "top-teams": "Top teams",
"track_distance": "Track Distance", "track_distance": "Track Distance",
"track_id": "Track ID", "track_id": "Track ID",