Skip to content

Commit b5b26db

Browse files
Switch to new helpers names
1 parent f1c6471 commit b5b26db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msgfmt:ui/lib/ui.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ <h2>{{mf 'mf_site_translations' 'Site Translations'}}</h2>
7676
{{#if showKey}}
7777
<th><a href="#" class="translationSort" data-sortField="key">Key</a></th>
7878
{{/if}}
79-
<th><a href="#" class="translationSort" data-sortField="orig">Original String ({{orig}})</a></th>
80-
<th>Translation ({{trans}})</th>
79+
<th><a href="#" class="translationSort" data-sortField="orig">Original String ({{origLang}})</a></th>
80+
<th>Translation ({{destLang}})</th>
8181
</tr>
8282
</thead>
8383
</table>

0 commit comments

Comments
 (0)