Skip to content

Commit 1180677

Browse files
committed
fix: update the select placeholder
1 parent 89da8d3 commit 1180677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/notifications/AddNotification.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ export class AddNotification extends Component<AddNotificationsProps, AddNotific
662662
/>
663663
) : (
664664
!this.state.appliedFilters.length && (
665-
<span>Filter by Project, applications and environment, search by name.</span>
665+
<span>Filter by Project, application, cluster and environment, search by name.</span>
666666
)
667667
)}
668668
</div>

0 commit comments

Comments
 (0)