瀏覽代碼

English grammar fix. (#1619)

Joe Cloud 5 年之前
父節點
當前提交
0f59b8f329
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/vhost/resource.go

+ 1 - 1
utils/vhost/resource.go

@@ -41,7 +41,7 @@ const (
 </style>
 </head>
 <body>
-<h1>The page you visit not found.</h1>
+<h1>The page you requested was not found.</h1>
 <p>Sorry, the page you are looking for is currently unavailable.<br/>
 Please try again later.</p>
 <p>The server is powered by <a href="https://github.com/fatedier/frp">frp</a>.</p>