change default query_type placeholder text [skip ci]

This commit is contained in:
checktheroads 2019-08-25 08:36:50 -07:00
parent 046b8ec628
commit c6e7e8e89d

View file

@ -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"