Skip to content

Commit

Permalink
singular of species is species
Browse files Browse the repository at this point in the history
  • Loading branch information
Nachtzuster committed Jul 24, 2024
1 parent ed1be88 commit 774f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<input name="full_disk" type="radio" id="keep" value="keep" <?php if (strcmp($newconfig['FULL_DISK'], "keep") == 0) { echo "checked"; }?>>Keep</label>
<p>When the disk becomes full, you can choose to 'purge' old files to make room for new ones or 'keep' your data and stop all services instead.<br>Note: you can exclude specific files from 'purge' on the Recordings page.</p>
<br>
<label for="max_files_species">Amount of files to keep for each specie :</label>
<label for="max_files_species">Amount of files to keep for each species :</label>
<input name="max_files_species" type="number" style="width:6em;" min="0" step="1" value="<?php print($newconfig['MAX_FILES_SPECIES']);?>"/>
</td></tr><tr><td>
If different than 0 (keep all), defines the maximum number of files to be kept for each species, with priority give to files with highest confidence.
Expand Down

0 comments on commit 774f0d4

Please sign in to comment.