Skip to content

Commit

Permalink
apply wording suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: swadeley <swadeley@redhat.com>
  • Loading branch information
dominikvagner and swadeley authored Jan 22, 2025
1 parent 81d236f commit 3875eed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function SetUpDateStep() {
ouiaId='use-latest-snapshot-radio'
name='use-latest-snapshot'
label='Use latest content'
description='Always use latest content from repositories. Snapshots may be updated daily.'
description='Always use latest content from repositories. Snapshots might be updated daily.'
isChecked={templateRequest.use_latest}
onChange={() => {
if (!templateRequest.use_latest) {
Expand Down Expand Up @@ -153,7 +153,7 @@ export default function SetUpDateStep() {
<FormAlert>
<Alert
variant='warning'
title='Selected date doesn’t include the only snapshot of some selected repositories.'
title='Selected date does not include the only snapshot of some selected repositories.'
isInline
>
<Hide hide={isLoading}>
Expand Down

0 comments on commit 3875eed

Please sign in to comment.