Fix some UI issues, rename DNS->Home

This commit is contained in:
Andrey Meshkov
2018-10-14 17:49:07 +03:00
parent e356540872
commit e67695df8b
12 changed files with 21 additions and 19 deletions

2
app.go
View File

@@ -18,7 +18,7 @@ import (
var VersionString = "undefined"
func main() {
log.Printf("AdGuard DNS web interface backend, version %s\n", VersionString)
log.Printf("AdGuard Home web interface backend, version %s\n", VersionString)
box := packr.NewBox("build/static")
{
executable, err := os.Executable()