Skip to content

Commit a5b7adf

Browse files
committed
Show locale on grid
1 parent 7b1c18d commit a5b7adf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Client/Js/LpManager/Components/Packs/PackageTable.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ export default class PackageTable extends React.Component<
8181
<thead>
8282
<tr>
8383
<th>{this.props.module.resources.Version}</th>
84-
<th>{this.props.module.resources.Stats}</th>
84+
<th>
85+
{this.props.module.resources.Stats} {this.props.locale}
86+
</th>
8587
<th>{this.props.module.resources.Released}</th>
8688
<th></th>
8789
</tr>

0 commit comments

Comments
 (0)