File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<input
12
12
type =" search"
13
13
class =" flex-grow p-2 h-[44px] border border-gray-300 rounded-l-md focus:outline-none focus:ring-2 focus:ring-blue-500"
14
- placeholder =" Search"
14
+ : placeholder =" t(' Search') "
15
15
v-model =" searchQuery"
16
16
@input =" fetchFriends"
17
17
>
Original file line number Diff line number Diff line change 25
25
<input
26
26
type =" search"
27
27
class =" flex-grow p-2 h-[44px] border border-gray-300 rounded-l-md focus:outline-none focus:ring-2 focus:ring-blue-500"
28
- placeholder =" Search"
28
+ : placeholder =" t(' Search') "
29
29
v-model =" searchQuery"
30
30
>
31
31
<button
Original file line number Diff line number Diff line change 5
5
<div class =" p-inputgroup" >
6
6
<BaseInputText
7
7
v-model =" searchTerm"
8
- placeholder =" Search term... "
8
+ : placeholder =" t(' Search') "
9
9
class =" search-term-input"
10
10
label =" Search term ..." />
11
11
<BaseButton
Original file line number Diff line number Diff line change 17
17
<input
18
18
v-model =" searchQuery"
19
19
class =" search-input mr-3"
20
- placeholder =" Search Users "
20
+ : placeholder =" t(' Search') "
21
21
type =" text"
22
22
/>
23
23
<BaseButton
You can’t perform that action at this time.
0 commit comments