Browse Source

Merge pull request #2677 from hellcp/patch-1

Fix label describing the wrong field in settings
daniel 4 years ago
parent
commit
95b6b78f73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/settings/home.blade.php

+ 1 - 1
resources/views/settings/home.blade.php

@@ -58,7 +58,7 @@
       </div>
     </div>
     <div class="form-group row">
-      <label for="bio" class="col-sm-3 col-form-label font-weight-bold">Language</label>
+      <label for="language" class="col-sm-3 col-form-label font-weight-bold">Language</label>
       <div class="col-sm-9">
         <select class="form-control" name="language">
         @foreach(App\Util\Localization\Localization::languages() as $lang)