Skip to content

Commit

Permalink
chore: change proposals to projects in err msg when none found
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Jan 8, 2025
1 parent d2f5e2f commit 3556a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/projects/ProjectProposalTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const updateFilters = (filterText: string) => {
filterDisplay="menu"
:globalFilterFields="['id', 'project.name', 'node.name']"
>
<template #empty> No proposals found. </template>
<template #empty> No projects found. </template>
<template #header>
<div class="table-header-row">
<SearchBar
Expand Down

0 comments on commit 3556a86

Please sign in to comment.