Skip to content

Commit

Permalink
impr(quote search modal): update placeholder text to indicate that yo…
Browse files Browse the repository at this point in the history
…u can search by quote id
  • Loading branch information
Miodec committed Mar 18, 2024
1 parent 26d61f5 commit 429c580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/html/popups.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@
type="text"
maxlength="200"
autocomplete="off"
placeholder="Filter by text"
placeholder="filter by text, source or id"
/>
<select class="quoteLengthFilter" multiple></select>
<div id="toggleShowFavorites" class="button">Favorites Only</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/ts/popups/quote-search-popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export async function show(clearText = true): Promise<void> {
select: "#quoteSearchPopup .quoteLengthFilter",
settings: {
showSearch: false,
placeholderText: "Filter by length",
placeholderText: "filter by length",
},
data: [
{
Expand Down

0 comments on commit 429c580

Please sign in to comment.