diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-11-12 02:32:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 02:32:15 +0100 |
| commit | a12571e748b0bcf37a6f6a80b16f3dec226c754c (patch) | |
| tree | 40d3eba9ab485f129e772a078574cf52fdffb41f /config | |
| parent | 21879da80d2dfa97e789a13b90e82e466c4854e3 (diff) | |
| download | invidious-a12571e748b0bcf37a6f6a80b16f3dec226c754c.tar.gz invidious-a12571e748b0bcf37a6f6a80b16f3dec226c754c.tar.bz2 invidious-a12571e748b0bcf37a6f6a80b16f3dec226c754c.zip | |
Fix minor error in config.example.yml
Update the "note" for `locale`
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 4cc6e7f4..3c79a61e 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -466,9 +466,9 @@ default_user_preferences: ## ## Default user interface language (locale). ## - ## Note: overridin the default (no preferred caption language) - ## is not recommended, in order to not penalize people using - ## other languages. + ## Note: When hosting a public instance, overriding the + ## default (english) is not recommended, as it may + ## people using other languages. ## ## Accepted values: ## ar (Arabic) |
