Skip to content

Commit 2b30b6c

Browse files
committed
✏️ Fix typo
1 parent 045a3be commit 2b30b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/sentry/issues/endpoints/group_event_details.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def get(self, request: Request, group: Group, event_id: str) -> Response:
226226

227227
if event is None:
228228
error_text = (
229-
"Event not found. The event ID may be incorrect, or it's age exceeded the retention period."
229+
"Event not found. The event ID may be incorrect, or its age exceeded the retention period."
230230
if event_id not in {"recommended", "latest", "oldest"}
231231
else "No matching event found, try changing the environments, date range, or query."
232232
)

0 commit comments

Comments
 (0)