From 8184ef4275f4e93645ecda5e9abdba36dbcf94ce Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Thu, 16 Apr 2026 16:14:39 -0700 Subject: [PATCH 1/4] Fix occured typo in Searching.ts Signed-off-by: SAY-5 --- apps/web/src/Searching.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/Searching.ts b/apps/web/src/Searching.ts index 28f67522ad6..79584c5fa29 100644 --- a/apps/web/src/Searching.ts +++ b/apps/web/src/Searching.ts @@ -739,7 +739,7 @@ export interface SearchInfo { */ count?: number; /** - * Describe the error if any occured. + * Describe the error if any occurred. */ error?: Error; } From 70f6d90f18834c1b4db7e7c6d62fa2822b363096 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Thu, 16 Apr 2026 16:14:41 -0700 Subject: [PATCH 2/4] Fix occured typo in PosthogAnalytics.ts Signed-off-by: SAY-5 --- apps/web/src/PosthogAnalytics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/PosthogAnalytics.ts b/apps/web/src/PosthogAnalytics.ts index eb4b24cfc83..c75335478b9 100644 --- a/apps/web/src/PosthogAnalytics.ts +++ b/apps/web/src/PosthogAnalytics.ts @@ -434,7 +434,7 @@ export class PosthogAnalytics { } private trackNewUserEvent(): void { - // This is the only event that could have occured before analytics opt-in + // This is the only event that could have occurred before analytics opt-in // that we want to accumulate before the user has given consent // All other scenarios should not track a user before they have given // explicit consent that they are ok with their analytics data being collected From ae48249799d5266dd72e86696224c778b8233810 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Thu, 16 Apr 2026 16:14:43 -0700 Subject: [PATCH 3/4] Fix occured typo in DateSeparatorViewModel.tsx Signed-off-by: SAY-5 --- .../src/viewmodels/room/timeline/DateSeparatorViewModel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/viewmodels/room/timeline/DateSeparatorViewModel.tsx b/apps/web/src/viewmodels/room/timeline/DateSeparatorViewModel.tsx index 2f3f4bf1ba0..c30212197e9 100644 --- a/apps/web/src/viewmodels/room/timeline/DateSeparatorViewModel.tsx +++ b/apps/web/src/viewmodels/room/timeline/DateSeparatorViewModel.tsx @@ -175,7 +175,7 @@ export class DateSeparatorViewModel } } catch (err) { logger.error( - `Error occured while trying to find event in ${roomIdForJumpRequest} ` + + `Error occurred while trying to find event in ${roomIdForJumpRequest} ` + `at timestamp=${unixTimestamp}:`, err, ); @@ -186,7 +186,7 @@ export class DateSeparatorViewModel // room. const currentRoomId = SdkContextClass.instance.roomViewStore.getRoomId(); if (currentRoomId === roomIdForJumpRequest) { - let friendlyErrorMessage = "An error occured while trying to find and jump to the given date."; + let friendlyErrorMessage = "An error occurred while trying to find and jump to the given date."; let submitDebugLogsContent: React.ReactElement = <>; if (err instanceof ConnectionError) { @@ -251,7 +251,7 @@ export class DateSeparatorViewModel public onBugReport = (err?: Error): void => { Modal.createDialog(BugReportDialog, { error: err, - initialText: "Error occured while using jump to date #jump-to-date", + initialText: "Error occurred while using jump to date #jump-to-date", }); }; From d8cdc4314a91af8d5b8c93fd6b5e78297a1e2ed1 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Thu, 16 Apr 2026 16:14:45 -0700 Subject: [PATCH 4/4] Fix occured typo in en_EN.json Signed-off-by: SAY-5 --- apps/web/src/i18n/strings/en_EN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/i18n/strings/en_EN.json b/apps/web/src/i18n/strings/en_EN.json index ac4b3d3e9a8..fec087ba3e1 100644 --- a/apps/web/src/i18n/strings/en_EN.json +++ b/apps/web/src/i18n/strings/en_EN.json @@ -1994,7 +1994,7 @@ "error_join_incompatible_version_1": "Sorry, your homeserver is too old to participate here.", "error_join_incompatible_version_2": "Please contact your homeserver administrator.", "error_join_title": "Failed to join", - "error_join_unknown": "An unknown error occured.", + "error_join_unknown": "An unknown error occurred.", "error_jump_to_date": "Server returned %(statusCode)s with error code %(errorCode)s", "error_jump_to_date_connection": "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.", "error_jump_to_date_details": "Error details",