diff --git a/main.go b/main.go index 2a692fb..e3b102e 100755 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ type LanguageOption struct { var settings UserSettings var languageOptions = []LanguageOption{ - {Code: "", Name: "Any"}, + {Code: "", Name: "Any Language"}, {Code: "en", Name: "English"}, {Code: "af", Name: "Afrikaans"}, {Code: "ar", Name: "العربية (Arabic)"}, diff --git a/static/css/style.css b/static/css/style.css index af1b700..22f2f58 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1156,7 +1156,7 @@ p { position: absolute; margin-top: 0px; top: 20px; - left: 38px; + left: 28px; } .sub-search-button-wrapper button { diff --git a/templates/settings.html b/templates/settings.html index 4606a53..67a7cde 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -92,7 +92,7 @@
|
+