1
0

Fix label text in settings.html

This commit is contained in:
2025-05-25 21:45:46 +02:00
parent 52a449a782
commit cc12b83b46

View File

@@ -308,7 +308,7 @@
Skip prompt asking to remove .git folder if it has only one commit and no changes Skip prompt asking to remove .git folder if it has only one commit and no changes
</label> </label>
<label class="block mb-2 font-semibold"> <label class="block mb-2 font-semibold">
Intelligent commit after Rewrite commits after
<input type="number" id="intelligentCommitThresholdInput" min="1" max="1000" value="10" step="1" class="border rounded px-2 py-1 w-20 mx-1" class="flex-none"> <input type="number" id="intelligentCommitThresholdInput" min="1" max="1000" value="10" step="1" class="border rounded px-2 py-1 w-20 mx-1" class="flex-none">
lines of diff lines of diff
</label> </label>