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
|
|
@ -22,7 +22,7 @@ const FileSystemStep = () => {
|
|||
<Title headingLevel="h1" size="xl">
|
||||
File system configuration
|
||||
</Title>
|
||||
<Text>Define the partitioning of the image</Text>
|
||||
<Text>Define the partitioning of the image.</Text>
|
||||
{hasIsoTargetOnly ? (
|
||||
<FileSystemAutomaticPartition />
|
||||
) : fileSystemConfigurationType === 'automatic' ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue