Skip to content

Commit bcf55bc

Browse files
authored
fix: remove typo in English error messages (#789)
fix: remove typo in error messages
1 parent a8a8e26 commit bcf55bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/app-builder/src/locales/en/cases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"case.file.added_date": "Added on",
1414
"case.file.download": "Download",
1515
"case.file.downloading": "Downloading...",
16-
"case.file.errors.downloading_link.auth_error": "An auth error occured while generating the download link. You may need to log in again.",
17-
"case.file.errors.downloading_link.unknown": "An unknown error as occured while generating the download link. Please try again later.",
16+
"case.file.errors.downloading_link.auth_error": "An auth error occurred while generating the download link. You may need to log in again.",
17+
"case.file.errors.downloading_link.unknown": "An unknown error has occurred while generating the download link. Please try again later.",
1818
"case.inbox": "Inbox",
1919
"case.link": "Link",
2020
"case.inboxes": "Inboxes",

packages/app-builder/src/locales/en/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"errors.forbidden.title": "Forbidden",
2323
"errors.forbidden.subtitle": "You don't have permission to access this page",
2424
"errors.backend_unvailable": "The Marble app cannot communicate with the Marble backend. Either check your configuration or try again later.",
25-
"errors.unknown": "An unknown error as occured",
25+
"errors.unknown": "An unknown error has occurred",
2626
"errors.account_exists_with_different_credential": "An account already exists with the same email address but different sign-in credentials. Sign in using a provider associated with this email address.",
2727
"errors.popup_blocked_by_client": "The popup has been blocked. Please <EnablePopup>enable popups</EnablePopup> and try again.",
2828
"errors.not_found": "This page could not be found.",
@@ -34,7 +34,7 @@
3434
"errors.data.duplicate_table_name": "A table with this name already exist",
3535
"errors.data.duplicate_link_name": "A link with this name already exist",
3636
"errors.add_to_case.invalid": "A decision already belongs to a case",
37-
"errors.firebase_auth_error": "An auth error occured. Try to log in again.",
37+
"errors.firebase_auth_error": "An auth error occurred. Try to log in again.",
3838
"errors.firebase_network_error": "Marble has some difficulties to connect to Firebase. Either check your Firebase's configuration or try again later.",
3939
"errors.too_many_requests": "Too many requests. Please try again later.",
4040
"cancel": "Cancel",

packages/app-builder/src/locales/en/decisions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scenario.version": "Version",
44
"search.placeholder": "Search by id",
55
"detail.scenario_name_runs_on": "<ScenarioName>{{scenarioName}}</ScenarioName> (runs on <TriggerObjectType>{{triggerObjectType}}</TriggerObjectType>)",
6-
"detail.error": "An error as occured. Make sure the provided decision id is valid.",
6+
"detail.error": "An error as occurred. Make sure the provided decision id is valid.",
77
"trigger_object.type": "Trigger object",
88
"pivot_value": "Pivot value",
99
"filters.has_case": "Presence of a case",

0 commit comments

Comments
 (0)