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