mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo in i18n key
This commit is contained in:
parent
72d7f237a4
commit
e695c89ad0
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ def dyndns_unsubscribe(operation_logger, domain, recovery_password=None):
|
|||
timeout=30,
|
||||
)
|
||||
except Exception as e:
|
||||
raise YunohostError("dyndns_unregistration_failed", error=str(e))
|
||||
raise YunohostError("dyndns_unsubscribe_failed", error=str(e))
|
||||
|
||||
if r.status_code == 200: # Deletion was successful
|
||||
for key_file in glob.glob(f"/etc/yunohost/dyndns/K{domain}.+*.key"):
|
||||
|
|
Loading…
Add table
Reference in a new issue