Browse Source

fix(issue-stream): Fix typo in no issues matched page (#62648)

this pr fixes a typo on the page shows when a search has no matching
issues
Richard Roggenkemper 1 year ago
parent
commit
0409fb376c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/issueList/noGroupsHandler/noIssuesMatched.tsx

+ 1 - 1
static/app/views/issueList/noGroupsHandler/noIssuesMatched.tsx

@@ -31,7 +31,7 @@ function NoIssuesMatched() {
           </li>
           <li>
             {tct(
-              "Check your [filterSettings: inbound data filter] to make sure the events aren't being filtered out",
+              "Check your [filterSettings: inbound data filters] to make sure the events aren't being filtered out",
               {
                 filterSettings: (
                   <a