Skip to content

Commit cf1bf4d

Browse files
Louis-7nnixaa
authored andcommitted
fix(dashboard): update title country->region the orders list component (#1987)
1 parent 06f1cc5 commit cf1bf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { LayoutService } from '../../../../@core/utils/layout.service';
99
styleUrls: ['./country-orders-chart.component.scss'],
1010
template: `
1111
<div class="header">
12-
<span class="title">Selected Country</span>
12+
<span class="title">Selected Country/Region</span>
1313
<h2>{{countryName}}</h2>
1414
</div>
1515
<div echarts

0 commit comments

Comments
 (0)