mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] no space before ! in english
This commit is contained in:
parent
1468073f79
commit
b33e7c16ac
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ def certificate_renew(
|
|||
|
||||
stack = StringIO()
|
||||
traceback.print_exc(file=stack)
|
||||
msg = "Certificate renewing for %s failed !" % (domain)
|
||||
msg = "Certificate renewing for %s failed!" % (domain)
|
||||
if no_checks:
|
||||
msg += (
|
||||
"\nPlease consider checking the 'DNS records' (basic) and 'Web' categories of the diagnosis to check for possible issues that may prevent installing a Let's Encrypt certificate on domain %s."
|
||||
|
|
Loading…
Add table
Reference in a new issue