Skip to content

Commit

Permalink
Add bible counts to placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbitgood committed Dec 16, 2024
1 parent f784c05 commit 9ef543e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioPlayerBibleList.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function initBibleList(ctx) {
const container = elem('div', { className: ctx.class.searchWrapper });
const input = elem('input', {
type: 'search',
placeholder: 'Filter Audio Bibles',
placeholder: `Filter (${ctx.bibles.length}) Audio Bibles`,
autocomplete: 'off',
className: ctx.class.searchInput,
oninput: () => {
Expand Down

0 comments on commit 9ef543e

Please sign in to comment.