Skip to content

Commit 3c1a06f

Browse files
Cyrille Bourgoisjleveugle
authored andcommitted
fix(pci.project.failover-ip): inject translations
ref: MANAGER-2689
1 parent 8b0b086 commit 3c1a06f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/manager/modules/pci/src/projects/project/failover-ips/failover-ips.module.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ angular
2020
onboarding,
2121
])
2222
.config(routing)
23-
.component('pciProjectFailoverIps', component);
23+
.component('pciProjectFailoverIps', component)
24+
.run(/* @ngTranslationsInject:json ./translations */);
2425

2526
export default moduleName;

0 commit comments

Comments
 (0)