Skip to content

Commit 59e9bdd

Browse files
committed
fix: a few wording adjustments (#13939)
1 parent db1a531 commit 59e9bdd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

airbyte-webapp/src/components/EntityTable/components/ConnectionStatus.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ export const ConnectionStatus: React.FC<ConnectionStatusProps> = ({ status, valu
4949
? formatMessage({
5050
id: "connection.pendingSync",
5151
})
52+
: status === Status.CANCELLED
53+
? "connection.cancelledSync"
5254
: formatMessage({
5355
id: "connection.failedSync",
5456
});

airbyte-webapp/src/locales/en.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@
631631
"connection.disabledConnection": "Disabled connection",
632632

633633
"connection.failedSync": "Failed sync",
634+
"connection.cancelledSync": "Cancelled sync",
634635
"connection.successSync": "Succeeded sync",
635636
"connection.noSyncData": "Sync was not started",
636637
"connection.pendingSync": "Sync is pending or running",
@@ -767,7 +768,7 @@
767768
"connection.timeline.schema_update.fieldChanges": "{streams, plural, one {# stream} other {# streams}} changed",
768769
"connection.timeline.schema_update.viewDetails": "View details",
769770

770-
"connectionAutoDisabledReason.ONLY_FAILED_JOBS_RECENTLY": "Airbyte disabled the connection due to consecutive failures.",
771+
"connectionAutoDisabledReason.ONLY_FAILED_JOBS_RECENTLY": "Airbyte disabled the connection due to only failed jobs recently.",
771772
"connectionAutoDisabledReason.TOO_MANY_CONSECUTIVE_FAILED_JOBS_IN_A_ROW": "Airbyte disabled the connection due to consecutive failures.",
772773
"connectionAutoDisabledReason.SCHEMA_CHANGES_ARE_BREAKING": "Airbyte disabled the connection due to a detected breaking schema change. Resolve the error in the <schemaTabLink>Schema tab</schemaTabLink> to re-enable.",
773774
"connectionAutoDisabledReason.DISABLE_CONNECTION_IF_ANY_SCHEMA_CHANGES": "Airbyte disabled the connection due to a detected schema change. Approve the schema changes in the <schemaTabLink>Schema tab</schemaTabLink> to re-enable.",

0 commit comments

Comments
 (0)