Skip to content

Commit

Permalink
Update packages search box placeholder and label
Browse files Browse the repository at this point in the history
Use "Search by name" to clarify what field is queried from that input.
  • Loading branch information
jraddaoui committed Feb 26, 2025
1 parent 7580185 commit bb66b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/src/pages/packages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ watch(
v-model.trim="packageStore.filters.name"
class="form-control"
name="name"
placeholder="Search"
aria-label="Package name"
placeholder="Search by name"
aria-label="Search by name"
/>
<button
class="btn btn-secondary"
Expand Down

0 comments on commit bb66b45

Please sign in to comment.