forked from mirrors/thatmattlove-hyperglass
change default query_type placeholder text [skip ci]
This commit is contained in:
parent
046b8ec628
commit
c6e7e8e89d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue