Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/screens/principles/localization/LocalizationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ const sections = [
</DxcParagraph>
<DxcParagraph>
You will need to create an object with your translations. In this
object, you will have as much objects as components you want to
translate, using the label from the list we will show below, following
the structure you can see in the example.
object, you will have as many objects as components you want to
translate, using the label from the list we show here below, following
the structure of the example.
</DxcParagraph>
</>
),
Expand Down