Skip to content

Commit

Permalink
chore: text clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Oct 23, 2024
1 parent b4f85ce commit c5be0e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ function CategoryOptionGroupFormFields() {
{i18n.t('Basic information')}
</StandardFormSectionTitle>
<StandardFormSectionDescription>
{i18n.t('Set up the basic information for this category.')}
{i18n.t('Set up the basic information for this category option group.')}
</StandardFormSectionDescription>
<DefaultIdentifiableFields />
<DescriptionField
schemaSection={section}
helpText={i18n.t('Explain the purpose of this category.')}
helpText={i18n.t('Explain the purpose of this category option group.')}
/>
</StandardFormSection>

Expand All @@ -38,7 +38,7 @@ function CategoryOptionGroupFormFields() {
</StandardFormSectionTitle>
<StandardFormSectionDescription>
{i18n.t(
'Choose how this category will be used to capture and analyze'
'Choose how this category option will be used to capture and analyze'
)}
</StandardFormSectionDescription>
<StandardFormField>
Expand Down Expand Up @@ -68,7 +68,7 @@ function CategoryOptionGroupFormFields() {
component={CheckboxFieldFF}
label={i18n.t('Use as data dimension')}
helpText={i18n.t(
'Category will be available to the analytics as another dimension'
'Category option group will be available to the analytics as another dimension'
)}
/>
</StandardFormField>
Expand Down

0 comments on commit c5be0e5

Please sign in to comment.