Skip to content

Commit

Permalink
task: make provider translation key consistent (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
medarob authored Dec 13, 2024
1 parent 44ebe81 commit bb5a858
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Resources/Private/Partials/TableRowsByGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
)}
</td>
<td>
<f:if condition="{trackingItem.provider}">
{f:translate(
key: trackingItem.provider,
default: trackingItem.provider
)}
</f:if>
{f:translate(
key: 'provider.{trackingItem.provider}',
default: trackingItem.provider
)}
</td>
</tr>
</f:for>
Expand Down

0 comments on commit bb5a858

Please sign in to comment.