You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/app-builder/src/locales/en/common.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
"errors.forbidden.title": "Forbidden",
23
23
"errors.forbidden.subtitle": "You don't have permission to access this page",
24
24
"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",
26
26
"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.",
27
27
"errors.popup_blocked_by_client": "The popup has been blocked. Please <EnablePopup>enable popups</EnablePopup> and try again.",
28
28
"errors.not_found": "This page could not be found.",
@@ -34,7 +34,7 @@
34
34
"errors.data.duplicate_table_name": "A table with this name already exist",
35
35
"errors.data.duplicate_link_name": "A link with this name already exist",
36
36
"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.",
38
38
"errors.firebase_network_error": "Marble has some difficulties to connect to Firebase. Either check your Firebase's configuration or try again later.",
39
39
"errors.too_many_requests": "Too many requests. Please try again later.",
Copy file name to clipboardExpand all lines: packages/app-builder/src/locales/en/decisions.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"scenario.version": "Version",
4
4
"search.placeholder": "Search by id",
5
5
"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.",
0 commit comments