From ebb0f06b17e34119eb9fe28920f1a9c33b331a87 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 6 Dec 2016 12:12:08 -0500 Subject: [PATCH] Updating host field help text --- awx/main/models/inventory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index c16b89bcb2..e7183f356d 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -342,6 +342,7 @@ class Host(CommonModelNameNotUnique): max_length=1024, blank=True, default='', + help_text=_('The value used by the remote inventory source to uniquely identify the host'), ) variables = models.TextField( blank=True,