mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
dyndns: remove this 'comment' thing from the actionsmap, it's being displayed even for non-dyndns domains...
This commit is contained in:
parent
cbef40798c
commit
59a2c96921
2 changed files with 0 additions and 5 deletions
|
@ -403,7 +403,6 @@
|
|||
"dyndns_key_not_found": "DNS key not found for the domain",
|
||||
"dyndns_no_domain_registered": "No domain registered with DynDNS",
|
||||
"dyndns_no_recovery_password": "No recovery password specified! In case you loose control of this domain, you will need to contact an administrator in the YunoHost team!",
|
||||
"dyndns_added_password": "Remember your recovery password, you can use it to delete this domain record.",
|
||||
"dyndns_provider_unreachable": "Unable to reach DynDNS provider {provider}: either your YunoHost is not correctly connected to the internet or the dynette server is down.",
|
||||
"dyndns_subscribed": "DynDNS domain subscribed",
|
||||
"dyndns_subscribe_failed": "Could not subscribe DynDNS domain: {error}",
|
||||
|
|
|
@ -525,7 +525,6 @@ domain:
|
|||
help: If adding a DynDNS domain, subscribe to the DynDNS service with a password, used to later delete the domain
|
||||
extra:
|
||||
pattern: *pattern_password
|
||||
comment: dyndns_added_password
|
||||
|
||||
### domain_remove()
|
||||
remove:
|
||||
|
@ -674,7 +673,6 @@ domain:
|
|||
help: Password used to later delete the domain
|
||||
extra:
|
||||
pattern: *pattern_password
|
||||
comment: dyndns_added_password
|
||||
|
||||
### domain_dyndns_unsubscribe()
|
||||
unsubscribe:
|
||||
|
@ -1585,7 +1583,6 @@ dyndns:
|
|||
help: Password used to later delete the domain
|
||||
extra:
|
||||
pattern: *pattern_password
|
||||
comment: dyndns_added_password
|
||||
|
||||
### dyndns_update()
|
||||
update:
|
||||
|
@ -1684,7 +1681,6 @@ tools:
|
|||
help: If adding a DynDNS domain, subscribe to the DynDNS service with a password, used to later delete the domain
|
||||
extra:
|
||||
pattern: *pattern_password
|
||||
comment: dyndns_added_password
|
||||
--force-diskspace:
|
||||
help: Use this if you really want to install YunoHost on a setup with less than 10 GB on the root filesystem
|
||||
action: store_true
|
||||
|
|
Loading…
Add table
Reference in a new issue