Merge branch 'patch-1' into 'develop'
Correct minor copy issues in the help text See merge request funkwhale/funkwhale!1265
This commit is contained in:
commit
ec6550c0d4
|
@ -11,7 +11,7 @@ class APIAutenticationRequired(types.BooleanPreference):
|
||||||
verbose_name = "API Requires authentication"
|
verbose_name = "API Requires authentication"
|
||||||
default = True
|
default = True
|
||||||
help_text = (
|
help_text = (
|
||||||
"If disabled, anonymous users will be able to query the API"
|
"If disabled, anonymous users will be able to query the API "
|
||||||
"and access music data (as well as other data exposed in the API "
|
"and access music data (as well as other data exposed in the API "
|
||||||
"without specific permissions)."
|
"without specific permissions)."
|
||||||
)
|
)
|
||||||
|
|
|
@ -27,7 +27,7 @@ class MusicCacheDuration(types.IntPreference):
|
||||||
default = 60 * 24 * 7
|
default = 60 * 24 * 7
|
||||||
verbose_name = "Transcoding cache duration"
|
verbose_name = "Transcoding cache duration"
|
||||||
help_text = (
|
help_text = (
|
||||||
"How much minutes do you want to keep a copy of transcoded tracks "
|
"How many minutes do you want to keep a copy of transcoded tracks "
|
||||||
"on the server? Transcoded files that were not listened in this interval "
|
"on the server? Transcoded files that were not listened in this interval "
|
||||||
"will be erased and retranscoded on the next listening."
|
"will be erased and retranscoded on the next listening."
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue