Skip to content

Commit 0f7f62f

Browse files
committed
fix: localize diff skip message
1 parent 29661fd commit 0f7f62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)