Skip to content

Commit

Permalink
fix(pci-private-network): fixing transaltion on config page
Browse files Browse the repository at this point in the history
ref: TAPC-735

Signed-off-by: tsiorifamonjena <[email protected]>
  • Loading branch information
Tsiorifamonjena authored and sachinrameshn committed Oct 14, 2024
1 parent 18a13e6 commit b2b2131
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 b2b2131

Please sign in to comment.