We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f95e05 commit 42f6729Copy full SHA for 42f6729
python/domain/contactsundermgnt.py
@@ -36,6 +36,6 @@
36
print "Domain " + domain['fqdn'] + " Admin " + admin + " is not managed by us."
37
if (found_owner == False):
38
print "Domain " + domain['fqdn'] + " Owner " + owner + " is not managed by us."
39
-print "All contacts under owner management:"
+print "All contacts under our management:"
40
for contact in contacts:
41
print contact['handle']
0 commit comments