parent
6022953417
commit
dadccc1b5f
@ -120,8 +120,7 @@
|
|||||||
<div class="col-span-6">
|
<div class="col-span-6">
|
||||||
<label
|
<label
|
||||||
for="track_min_duration"
|
for="track_min_duration"
|
||||||
class="block text-sm font-medium text-gray-700">Minimum lap
|
class="block text-sm font-medium text-gray-700">{$_('minimum-lap-time-in-s')}</label>
|
||||||
time in s</label>
|
|
||||||
<div class="mt-1 flex rounded-md shadow-sm">
|
<div class="mt-1 flex rounded-md shadow-sm">
|
||||||
<input
|
<input
|
||||||
bind:value={track_min_duration}
|
bind:value={track_min_duration}
|
||||||
|
@ -43,8 +43,8 @@
|
|||||||
columns: [
|
columns: [
|
||||||
$_("track-name"),
|
$_("track-name"),
|
||||||
$_("track-length-in-m"),
|
$_("track-length-in-m"),
|
||||||
"Minimum lap time in s",
|
$_("minimum-lap-time-in-s"),
|
||||||
"Action",
|
$_("action"),
|
||||||
],
|
],
|
||||||
language: getlang($json("datatable")),
|
language: getlang($json("datatable")),
|
||||||
sort: true,
|
sort: true,
|
||||||
|
@ -67,5 +67,7 @@
|
|||||||
"orgs": "Orgs",
|
"orgs": "Orgs",
|
||||||
"users": "Users",
|
"users": "Users",
|
||||||
"teams": "Teams",
|
"teams": "Teams",
|
||||||
"faq": "FAQ"
|
"faq": "FAQ",
|
||||||
|
"minimum-lap-time-in-s": "Minimum lap time in s",
|
||||||
|
"action": "Action"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user