Skip to content

Commit 1bf6846

Browse files
author
jleveugle
committed
fix(i18n): avoid translations clipping
1 parent 406b4c6 commit 1bf6846

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/manager/modules/pci/src/projects/project/instances/instances.module.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ angular
4444
])
4545
.config(routing)
4646
.component('pciProjectsProjectInstances', component)
47-
.service('PciProjectsProjectInstanceService', service);
47+
.service('PciProjectsProjectInstanceService', service)
48+
.run(/* @ngTranslationsInject:json ./translations */);
4849

4950
export default moduleName;

0 commit comments

Comments
 (0)