Browse Source

Put thisDeviceName first in page title

WSGCSysadmin 10 years ago
parent
commit
c50ba9267c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/index.html

+ 1 - 1
gui/index.html

@@ -16,7 +16,7 @@
   <meta name="author" content="">
   <link rel="shortcut icon" href="assets/img/favicon.png">
 
-  <title>Syncthing | {{thisDeviceName()}}</title>
+  <title>{{thisDeviceName()}} | Syncthing</title>
   <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
   <link href="assets/font/raleway.css" rel="stylesheet">
   <link href="assets/css/overrides.css" rel="stylesheet">