Skip to content

Commit 52b4cf2

Browse files
committed
fix: localize diff skip message
1 parent 1444fed commit 52b4cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/diff/SkipBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defineProps<{
1717
</td>
1818
<td>
1919
<span class="px-0 sticky left-2 italic opacity-50">
20-
{{ content || `${count} lines hidden` }}
20+
{{ content || $t('compare.lines_hidden', { count }) }}
2121
</span>
2222
</td>
2323
</tr>

0 commit comments

Comments
 (0)