Wizard: Update periods at the end of lines
Removing/adding some periods for the sake of consistency. I believe the description of the step should end with a period, helped texts and options should not (at least that's the prevailing pattern in the Wizard as of now).
This commit is contained in:
parent
7f585154f2
commit
70a97acc10
5 changed files with 10 additions and 10 deletions
|
|
@ -33,8 +33,8 @@ export default function Snapshot() {
|
|||
id="use latest snapshot radio"
|
||||
ouiaId="use-latest-snapshot-radio"
|
||||
name="use-latest-snapshot"
|
||||
label="Disable repeatable build."
|
||||
description="Use the newest repository content available when building this image."
|
||||
label="Disable repeatable build"
|
||||
description="Use the newest repository content available when building this image"
|
||||
isChecked={useLatest}
|
||||
onChange={() => !useLatest && dispatch(changeUseLatest(true))}
|
||||
/>
|
||||
|
|
@ -43,7 +43,7 @@ export default function Snapshot() {
|
|||
ouiaId="use-snapshot-date-radio"
|
||||
name="use-snapshot-date"
|
||||
label="Enable repeatable build"
|
||||
description="Build this image with the repository content of a selected date."
|
||||
description="Build this image with the repository content of a selected date"
|
||||
isChecked={!useLatest}
|
||||
onChange={() => useLatest && dispatch(changeUseLatest(false))}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue