Skip to content

Commit

Permalink
fix(crons): Teams -> Owners (#70464)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored May 7, 2024
1 parent 2dbccba commit 3a7e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/views/monitors/components/ownerFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function OwnerFilter({selectedOwners, onChangeFilter}: OwnerFilterProps)
clearable
searchable
loading={fetching}
menuTitle={t('Filter teams')}
menuTitle={t('Filter owners')}
options={[{label: t('Suggested'), options: suggestedOptions}, ...options]}
value={selectedOwners}
onSearch={value => {
Expand Down

0 comments on commit 3a7e9b3

Please sign in to comment.