Compare commits

..

No commits in common. "831f36946d5db777ca77855161f653f861cbd56e" and "04897c7d2e89cb7e834815907409698ad6758637" have entirely different histories.

4 changed files with 1 additions and 8 deletions

View File

@ -291,11 +291,6 @@
<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

@ -17,7 +17,7 @@
RunnerTeamService.runnerTeamControllerRemove(delete_team.id, true)
.then((resp) => {
toast.dismiss();
toast.success($_("team-deleted"));
toast($_("team-deleted"));
location.replace("./");
})
.catch((err) => {});

View File

@ -124,7 +124,6 @@
"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,7 +124,6 @@
"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",