mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Fix IPv6 delegated prefix size in manifest
This commit is contained in:
parent
79fc7369c4
commit
844d61a6fc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
{
|
||||
"name": "ip6_net",
|
||||
"ask": {
|
||||
"en": "Select your IPv6 delegated network (netmask number provided must be greater or equal to 64)",
|
||||
"en": "Select your IPv6 delegated prefix (netmask number provided must be lesser or equal to 64)",
|
||||
"fr": "Sélectionnez votre préfixe IPv6 délégué (le masque de sous-réseau fourni doit être plus petit ou égal à 64)"
|
||||
},
|
||||
"example": "2001:db8:42::/48"
|
||||
|
|
Loading…
Add table
Reference in a new issue