Apply capitalization guidelines - iteration 5 (#12343) (#12451)

This commit is contained in:
Michael S. Molina
2021-01-22 15:11:48 -03:00
committed by GitHub
parent fc20e8b594
commit e80cd61e06
10 changed files with 20 additions and 20 deletions

View File

@@ -194,7 +194,7 @@ export default function PropertiesModal({
<form onSubmit={onSubmit}>
<Row>
<Col md={6}>
<h3>{t('Basic Information')}</h3>
<h3>{t('Basic information')}</h3>
<FormGroup>
<FormLabel htmlFor="name" required>
{t('Name')}
@@ -235,7 +235,7 @@ export default function PropertiesModal({
<Col md={6}>
<h3>{t('Configuration')}</h3>
<FormGroup>
<FormLabel htmlFor="cacheTimeout">{t('Cache Timeout')}</FormLabel>
<FormLabel htmlFor="cacheTimeout">{t('Cache timeout')}</FormLabel>
<FormControl
name="cacheTimeout"
type="text"