Clarifies wording of source form for index frequency

This commit is contained in:
Kieran Eglin 2024-03-02 13:05:48 -08:00
parent fc52f16475
commit 6df3101a84
No known key found for this signature in database
GPG key ID: 193984967FCF432D
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ defmodule PinchflatWeb.Sources.SourceHTML do
def friendly_index_frequencies do def friendly_index_frequencies do
[ [
{"Never", -1}, {"On Create", -1},
{"1 Hour", 60}, {"1 Hour", 60},
{"3 Hours", 3 * 60}, {"3 Hours", 3 * 60},
{"6 Hours", 6 * 60}, {"6 Hours", 6 * 60},

View file

@ -24,7 +24,7 @@
options={friendly_index_frequencies()} options={friendly_index_frequencies()}
type="select" type="select"
label="Index Frequency" label="Index Frequency"
help="Time between one index of this source finishing and the next one starting. Setting to 'Never' will still run an initial index but no subsequent ones" help="Time between one index of this source finishing and the next one starting. Setting to 'On Create' will still run an initial index but no subsequent ones"
/> />
<.input <.input