From c6e7e8e89dde8208dc05e0f3f7e7bd324e91255d Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 25 Aug 2019 08:36:50 -0700 Subject: [PATCH] change default query_type placeholder text [skip ci] --- hyperglass/configuration/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"