Skip to content

Commit

Permalink
Merge pull request #13564 from ovh/fix/TAPC-735
Browse files Browse the repository at this point in the history
fix(pci-private-network): fixing translation on config page
  • Loading branch information
acavalloni authored Oct 11, 2024
2 parents 8a8890b + 0ec7fc0 commit f79869e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,9 @@ export default function ConfigurationStep({
level={ODS_TEXT_LEVEL.body}
size={ODS_TEXT_SIZE._400}
>
{t('pci_projects_project_network_private_create_vlan_tip')}
{t(
'new:pci_projects_project_network_private_create_vlan_tip',
)}
<Links
label={t('common_find_out_more_here')}
href={VLAN_GUIDE_URL}
Expand Down

0 comments on commit f79869e

Please sign in to comment.