From e39989f9065d76ea5b189d179c1ba368dda429ee Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 8 May 2024 13:04:51 +0200 Subject: [PATCH] Fix translation text --- public/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index b01a3b0d..af5b321a 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -1153,7 +1153,7 @@ "my_anime_list": { "search": { "label": { - "hint": "Search for a ID via \"id:\" (e.g. \"id:13\")\nLimit search to your lists via \"my:\" (e.g. \"my:One Piece\"" + "hint": "Search for a ID via \"id:<ID>\" (e.g. \"id:13\")\nLimit search to your lists via \"my:<Title>\" (e.g. \"my:One Piece\")" } } },