Skip to content

Commit

Permalink
Update enable/disable refresh
Browse files Browse the repository at this point in the history
Update Include headers titles
  • Loading branch information
lgalis committed Aug 26, 2024
1 parent ad3fa21 commit 4228189
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function EventStreamDetails() {
<CopyCell text={eventStream?.url || ''} />
</PageDetail>
<PageDetail
label={t('Include headers')}
label={t('Headers')}
helpText={t(
'A comma separated HTTP header keys that you want to include in the event payload.'
)}
Expand Down Expand Up @@ -112,7 +112,7 @@ export function EventStreamDetails() {
label={t('Test headers')}
toggleLanguage={false}
helpText={t(
'The HTTP Headers received from the Sender. Any of these can be used in the "Include headers" field.'
'The HTTP Headers received from the Sender. Any of these can be used in the "Headers" field.'
)}
/>
)}
Expand Down

0 comments on commit 4228189

Please sign in to comment.