Skip to content

Commit

Permalink
Update content in backfill section of binding selector (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiahna-tucker authored Jan 31, 2024
1 parent 7baa3ad commit fba121a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,8 @@ const Workflows: ResolvedIntlConfig['messages'] = {
'workflows.collectionSelector.schemaInference.cta.continue': `Apply Inferred Schema`,

'workflows.collectionSelector.manualBackfill.header': `Backfill`,
'workflows.collectionSelector.manualBackfill.message.capture': `Trigger a backfill of this binding from the captured endpoint when published.`,
'workflows.collectionSelector.manualBackfill.message.materialization': `Trigger a backfill of this binding from its source collection to its materialized resource when published.`,
'workflows.collectionSelector.manualBackfill.message.capture': `Trigger a backfill of this collection from the source when published.`,
'workflows.collectionSelector.manualBackfill.message.materialization': `Trigger a backfill from the source collection to its materialized resource when published.`,
'workflows.collectionSelector.manualBackfill.cta.backfill': `Backfill`,
'workflows.collectionSelector.manualBackfill.error.title': `Backfill update failed`,
'workflows.collectionSelector.manualBackfill.error.message': `There was an issue updating the backfill counter for one or more bindings associated with collection, {collection}.`,
Expand Down

0 comments on commit fba121a

Please sign in to comment.