Skip to content

Commit 59bdacd

Browse files
Allow sort by translated string
1 parent 0f81c68 commit 59bdacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgfmt:ui/lib/ui.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>{{mf 'mf_site_translations' 'Site Translations'}}</h2>
7777
<th><a href="#" class="translationSort" data-sortField="key">Key</a></th>
7878
{{/if}}
7979
<th><a href="#" class="translationSort" data-sortField="orig">Original String ({{origLang}})</a></th>
80-
<th>Translation ({{destLang}})</th>
80+
<th><a href="#" class="translationSort" data-sortField="trans">Translation ({{destLang}})</a></th>
8181
</tr>
8282
</thead>
8383
</table>

0 commit comments

Comments
 (0)