From 0aef1e16411fb70a95381ccd823a18df1f85849f Mon Sep 17 00:00:00 2001 From: Alikia2x Date: Sun, 31 Mar 2024 17:21:26 +0800 Subject: [PATCH] improvement: text for searchbox placeholder --- messages/en.json | 2 +- messages/zh.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/en.json b/messages/en.json index 9548fd1..ed48f7b 100644 --- a/messages/en.json +++ b/messages/en.json @@ -1,6 +1,6 @@ { "Search": { - "placeholder": "Search" + "placeholder": "Search or type a URL" }, "404":{ "title": "Page Not Found" diff --git a/messages/zh.json b/messages/zh.json index 9b7d749..306a1e0 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -1,6 +1,6 @@ { "Search": { - "placeholder": "搜索" + "placeholder": "搜索或输入网址" }, "404":{ "title": "未找到"