Merge pull request #349 from ThomasWaldmann/fix-domains-mgmt-msgs

fix placeholders in domains management script
This commit is contained in:
TW 2018-05-02 20:25:37 +02:00 committed by GitHub
commit 96e86cfa6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,9 +40,9 @@ hosts that were added to this domain (if any).
""")
LOG_MSG_IS_AVAILABLE = _('Domain %%(domain)s is available.')
LOG_MSG_IS_AVAILABLE = _('Domain %(domain)s is available.')
LOG_MSG_HAS_HOSTS = _('Domain %%(domain)s is not available, but has %(hosts)d hosts.')
LOG_MSG_DELETE = _('Domain %%(domain)s is not available and has no hosts -> deleted domain.')
LOG_MSG_DELETE = _('Domain %(domain)s is not available and has no hosts -> deleted domain.')
def check_dns(domain):