diff --git a/app/components/diff/MobileSidebarDrawer.vue b/app/components/diff/MobileSidebarDrawer.vue index 9000399d8b..9fb48e5f7f 100644 --- a/app/components/diff/MobileSidebarDrawer.vue +++ b/app/components/diff/MobileSidebarDrawer.vue @@ -65,7 +65,9 @@ watch(open, value => { ~{{ props.compare.stats.filesModified }} - {{ $t('compare.files_count', { count: props.allChanges.length }) }} + {{ + $t('compare.files_count', { count: props.allChanges.length }, props.allChanges.length) + }}