From 429c580a74aa87d5ea8004935342290ab719e653 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 18 Mar 2024 12:05:01 +0100 Subject: [PATCH] impr(quote search modal): update placeholder text to indicate that you can search by quote id --- frontend/src/html/popups.html | 2 +- frontend/src/ts/popups/quote-search-popup.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/html/popups.html b/frontend/src/html/popups.html index 54c377a4a2eb..7e151769213f 100644 --- a/frontend/src/html/popups.html +++ b/frontend/src/html/popups.html @@ -641,7 +641,7 @@ type="text" maxlength="200" autocomplete="off" - placeholder="Filter by text" + placeholder="filter by text, source or id" />
Favorites Only
diff --git a/frontend/src/ts/popups/quote-search-popup.ts b/frontend/src/ts/popups/quote-search-popup.ts index d84013b43ad3..7b1e3d1f2507 100644 --- a/frontend/src/ts/popups/quote-search-popup.ts +++ b/frontend/src/ts/popups/quote-search-popup.ts @@ -238,7 +238,7 @@ export async function show(clearText = true): Promise { select: "#quoteSearchPopup .quoteLengthFilter", settings: { showSearch: false, - placeholderText: "Filter by length", + placeholderText: "filter by length", }, data: [ {