File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/manager/modules/pci/src/projects/project/billing/history Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ <h4 class="text-center" data-translate="cpbh_current_month" data-translate-value
3636 </ div >
3737 < div class ="row ">
3838 < div class ="col-lg-6 ">
39- < oui-tile heading ="{{ ::'cpbhd_monthly_header' | translate }} ">
39+ < oui-tile heading ="{{ ::'cpbhd_monthly_header' | translate:$ctrl.getBillingDateInfo() }} ">
4040 < monthly-resource-list resources ="$ctrl.data.details "> </ monthly-resource-list >
4141 </ oui-tile >
4242 </ div >
4343 < div class ="col-lg-6 ">
44- < oui-tile heading ="{{ ::'cpbhd_hourly_header' | translate }} ">
44+ < oui-tile heading ="{{ ::'cpbhd_hourly_header' | translate:$ctrl.getBillingDateInfo() }} ">
4545 < hourly-resource-list resources ="$ctrl.data.details " show-additional-instance-details ="true "> </ hourly-resource-list >
4646 </ oui-tile >
4747 </ div >
You can’t perform that action at this time.
0 commit comments