Better context for language strings.

This commit is contained in:
James Cole
2017-12-23 21:29:05 +01:00
parent 26f196a067
commit c60ee14b86
3 changed files with 6 additions and 9 deletions

View File

@@ -115,9 +115,7 @@
<tr>
<td>{{ trans('list.rule_and_groups_count') }}</td>
<td>
{{ information.rules }} {{ 'rule_or_rules'|_ }} {{ 'in'|_ }} {{ information.rule_groups }}
{{ 'rulegroup_or_groups'|_ }}
{{ trans('firefly.nr_of_rules_in_total_groups', {count_rules: information.rules, count_groups: information.rule_groups}) }}
</td>
</tr>
<tr>