fix(web): repair page typo (#8051)

fix typo
This commit is contained in:
Daniel Dietzler
2024-03-18 22:56:39 +01:00
committed by GitHub
parent 1a2554548a
commit 4aae1da841
+1 -1
View File
@@ -286,7 +286,7 @@
<tr class="flex w-full place-items-center p-2 md:p-5"> <tr class="flex w-full place-items-center p-2 md:p-5">
<th class="w-full text-sm font-medium place-items-center flex justify-between" colspan="2"> <th class="w-full text-sm font-medium place-items-center flex justify-between" colspan="2">
<div class="px-3"> <div class="px-3">
<p>UNTRACKS FILES {extras.length > 0 ? `(${extras.length})` : ''}</p> <p>UNTRACKED FILES {extras.length > 0 ? `(${extras.length})` : ''}</p>
<p class="text-gray-600 dark:text-gray-300 mt-1"> <p class="text-gray-600 dark:text-gray-300 mt-1">
These files are not tracked by the application. They can be the results of failed moves, These files are not tracked by the application. They can be the results of failed moves,
interrupted uploads, or left behind due to a bug interrupted uploads, or left behind due to a bug