Skip to content

Commit 0413a1a

Browse files
committed
Merge #478: Change placeholder for input search box
8e12887 feat: [#451] change placeholder for input search box (Jose Celano) Pull request description: Change placeholder for the input search box. ACKs for top commit: josecelano: ACK 8e12887 Tree-SHA512: cb447138356f30272f21dc13d12b6b6480a65ce2291d999dacd945173138d16f23ba40f0439bb5fa9eec6be58988bd5368618202a579b1e762123e93cda45438
2 parents 21e7a86 + 8e12887 commit 0413a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/navigation/NavigationBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name="search"
1414
type="text"
1515
class="border-2 input input-bordered rounded-2xl placeholder-neutral-content"
16-
:placeholder="`Search ${settings?.website_name ?? 'Torrust'}`"
16+
:placeholder="`Search torrents`"
1717
@keyup.enter="submitSearch"
1818
@focusin="typingInSearch = true"
1919
@focusout="typingInSearch = false"

0 commit comments

Comments
 (0)