feat(RunnerDetail): show created_via

This commit is contained in:
Philipp Dormann 2025-03-28 18:41:28 +01:00
parent 04897c7d2e
commit a4fbabaf9a
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
3 changed files with 7 additions and 0 deletions

View File

@ -291,6 +291,11 @@
<br />
<span class="text-gray-700">{original_data.distance / 1000} km</span>
</div>
<div class="text-sm w-full mt-2">
<span class="font-semibold text-gray-700">{$_('created_via')}</span>
<br />
<span class="text-gray-700">{original_data.created_via}</span>
</div>
</section>
{:catch error}
<PromiseError {error} />

View File

@ -124,6 +124,7 @@
"create-user": "Benutzer anlegen",
"create-without-pdf": "Ohne PDF erstellen",
"created-blanco-cards": "Blankokarten wurden erstellt",
"created_via": "Erstellt von",
"creating-blanco-cards": "Erstelle Blankokarten",
"credits": "Credits",
"csv_import__class": "Klasse",

View File

@ -124,6 +124,7 @@
"create-user": "Create User",
"create-without-pdf": "Create without PDF",
"created-blanco-cards": "Created blanco cards",
"created_via": "Erstellt über",
"creating-blanco-cards": "Creating blanco cards",
"credits": "Credits",
"csv_import__class": "Class",