We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1c18d commit a5b7adfCopy full SHA for a5b7adf
Client/Js/LpManager/Components/Packs/PackageTable.tsx
@@ -81,7 +81,9 @@ export default class PackageTable extends React.Component<
81
<thead>
82
<tr>
83
<th>{this.props.module.resources.Version}</th>
84
- <th>{this.props.module.resources.Stats}</th>
+ <th>
85
+ {this.props.module.resources.Stats} {this.props.locale}
86
+ </th>
87
<th>{this.props.module.resources.Released}</th>
88
<th></th>
89
</tr>
0 commit comments