diff --git a/hyperglass/configuration/models.py b/hyperglass/configuration/models.py index 026e2df..3a0b956 100644 --- a/hyperglass/configuration/models.py +++ b/hyperglass/configuration/models.py @@ -278,7 +278,7 @@ class Branding(BaseSettings): title: str = "hyperglass" subtitle: str = "AS{primary_asn}".format(primary_asn=General().primary_asn) location: str = "Location" - query_type: str = "Type" + query_type: str = "Query" query_placeholder: str = "Target" terms: str = "Terms" info: str = "Help"