Skip to content

Commit

Permalink
STRF-10995 - Simple text change. Adds a space between the 'Targeting'…
Browse files Browse the repository at this point in the history
… and 'Advertising' labels within the preference dialog popup box.
  • Loading branch information
bc-jz committed Aug 10, 2023
1 parent acfa3cd commit 0a9665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consent-manager/preference-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default class PreferenceDialog extends PureComponent<PreferenceDialogProp
</label>
</InputCell>
<RowHeading scope="row">
{translations.targeting_category};{translations.advertising_category}
{translations.targeting_category}; {translations.advertising_category}
</RowHeading>
<td>
<p>{translations.advertising_purpose}</p>
Expand Down

0 comments on commit 0a9665b

Please sign in to comment.