Skip to content

Commit 77a5be5

Browse files
Update lib/components/ConflictPicker.vue
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent 21e6b53 commit 77a5be5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/components/ConflictPicker.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ export default defineComponent({
194194
},
195195
196196
skipButtonLabel() {
197+
if (this.conflicts.length === 1) {
198+
return t('Skip this file')
199+
}
197200
return n('Skip {count} file', 'Skip {count} files', this.conflicts.length, { count: this.conflicts.length })
198201
},
199202

0 commit comments

Comments
 (0)