Fix label text in settings.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user