1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

typo in config_panel.toml

This commit is contained in:
dragondaddy 2023-08-04 17:33:57 +02:00
parent c9eae80440
commit 60b6faf55f

View file

@ -12,13 +12,13 @@ name = "Streams configuration"
ask.fr = "Empreinte mémoire"
type = "select"
choices.low = "Low, <= 20Mb per pool"
choices.low = "Basse, <= 20Mb par pool"
choices.low.fr = "Basse, <= 20Mb par pool"
choices.medium = "Medium, between 20Mb and 40Mb par pool"
choices.medium.fr = "Moyenne, entre 20Mb et 40Mb par pool"
choices.high = "High, > 40Mb per pool"
choices.high.fr = "Haute, > 40Mb par pool"
choices.specific = "Use specific value"
choices.specific = "Utiliser une valeur précise"
choices.specific.fr = "Utiliser une valeur précise"
default = "medium"
[main.php_fpm_config.fpm_free_footprint]
@ -35,7 +35,7 @@ name = "Streams configuration"
ask.fr = "Utilisation prévue"
type = "select"
choices.low = "Low"
choices.low = "Minime"
choices.low.fr = "Minime"
choices.medium = "Medium"
choices.medium.fr = "Moyenne"
choices.high = "High"